Uses of Class
com.jme3.math.Spline

Packages that use Spline
com.jme3.cinematic   
com.jme3.math The com.jme3.math package provides mathematic data structures and utilities which are used by the rest of the engine. 
com.jme3.scene.shape   
 

Uses of Spline in com.jme3.cinematic
 

Methods in com.jme3.cinematic that return Spline
 Spline MotionPath.getSpline()
           
 

Uses of Spline in com.jme3.math
 

Methods in com.jme3.math with parameters of type Spline
static void CurveAndSurfaceMath.interpolateNurbs(float u, Spline nurbSpline, Vector3f store)
          This method interpolates tha data for the nurbs curve.
 

Uses of Spline in com.jme3.scene.shape
 

Constructors in com.jme3.scene.shape with parameters of type Spline
Curve(Spline spline, int nbSubSegments)
          Create a curve mesh from a Spline