Package me.wobblyyyy.pathfinder.trajectory

  • Interface Summary
    Interface Description
    Segment
    Trajectory segments are the core components behind trajectories, which are best represented as a combination of segments.
  • Class Summary
    Class Description
    Arc
    An Arc is an abstraction of the Spline class designed to simplify the process of creating arcs that behave in a reliable way.
    Linear
    An extension of the very lovely Spline class that seeks to make splines even more simple by reducing the amount of input points to 2.
    PathGenerator
    Convert a trajectory into a path.
    SegmentInterpolator
    Instantiable class used in interpreting a segment based on percentage X or percentage Y values.
    Spline
    Ahh...
    SplineInterpolator
    Interpolate splines by using the Fritsch-Carlson computational method for determining control points for a spline.
    Trajectory
    Resource class for storing trajectory segments in a single compact form.