Package com.ardor3d.spline


package com.ardor3d.spline
  • Class
    Description
    ArcLengthTable class contains methods for generating and storing arc lengths of a curve.
    CatmullRomSpline class is an implementation of spline that uses the Catmull-Rom equation:
    Curve class contains a list of control points and a spline.
    Spline interface allows an interpolated vector to be calculated along a path.