Uses of Interface
de.bsommerfeld.pathetic.api.pathing.result.Path
Packages that use Path
Package
Description
-
Uses of Path in de.bsommerfeld.pathetic.api.pathing.result
Methods in de.bsommerfeld.pathetic.api.pathing.result that return Path -
Uses of Path in de.bsommerfeld.pathetic.engine.pathfinder
Methods in de.bsommerfeld.pathetic.engine.pathfinder that return PathModifier and TypeMethodDescriptionprotected PathAbstractPathfinder.reconstructPath(PathPosition start, PathPosition target, Node endNode) Reconstructs the path by tracing back from the given end node to the start node. -
Uses of Path in de.bsommerfeld.pathetic.engine.result
Classes in de.bsommerfeld.pathetic.engine.result that implement PathMethods in de.bsommerfeld.pathetic.engine.result that return PathModifier and TypeMethodDescriptionPathfinderResultImpl.getPath()static PathPathUtils.interpolate(Path path, double resolution) Deprecated.Interpolates a path by inserting intermediate positions between each pair of consecutive points.static PathDeprecated.Concatenates two paths into a single continuous path.static PathPathUtils.mutatePositions(Path path, ParameterizedSupplier<PathPosition> mutator) Deprecated.Applies a transformation function to every position in the path.static PathDeprecated.Simplifies a path by retaining only every nth point based on an epsilon value.static PathDeprecated.Truncates a path to a maximum number of positions.Methods in de.bsommerfeld.pathetic.engine.result with parameters of type PathModifier and TypeMethodDescriptionstatic PathPathUtils.interpolate(Path path, double resolution) Deprecated.Interpolates a path by inserting intermediate positions between each pair of consecutive points.static PathDeprecated.Concatenates two paths into a single continuous path.static PathPathUtils.mutatePositions(Path path, ParameterizedSupplier<PathPosition> mutator) Deprecated.Applies a transformation function to every position in the path.static PathDeprecated.Simplifies a path by retaining only every nth point based on an epsilon value.static PathDeprecated.Truncates a path to a maximum number of positions.Constructors in de.bsommerfeld.pathetic.engine.result with parameters of type Path