FollowableGVF

public interface FollowableGVF implements GuidingVectorField

Inheritors

Functions

Link copied to clipboard
public abstract Vector2d getEndPosition()

The final target position. Used for basic velocity profiling to decelerate accordingly.

Link copied to clipboard
Link copied to clipboard
public abstract Path getPath()
Link copied to clipboard
public abstract Vector2d getStartPosition()

The starting position. Used for basic velocity profiling to accelerate accordingly.

Link copied to clipboard
public abstract Unit reset()

Any resetting that needs to happen before another follower uses this vector field should go here.