Class FollowerFactory
java.lang.Object
me.wobblyyyy.pathfinder.followers.FollowerFactory
public class FollowerFactory
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FollowerFactory()
-
Method Summary
Modifier and Type Method Description static LinearFollower
linear(PathfinderConfig config, me.wobblyyyy.edt.DynamicArray<HeadingPoint> points)
static TrajectoryFollower
trajectory(PathfinderConfig config, Trajectory trajectory)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FollowerFactory
public FollowerFactory()
-
-
Method Details
-
linear
public static LinearFollower linear(PathfinderConfig config, me.wobblyyyy.edt.DynamicArray<HeadingPoint> points) -
trajectory
-