クラス
com.jme3.math.Spline の使用

Spline を使用しているパッケージ
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   
 

com.jme3.math での Spline の使用
 

Spline 型のパラメータを持つ com.jme3.math のメソッド
static void CurveAndSurfaceMath.interpolateNurbs(float u, Spline nurbSpline, Vector3f store)
          This method interpolates tha data for the nurbs curve.
 

com.jme3.scene.shape での Spline の使用
 

Spline 型のパラメータを持つ com.jme3.scene.shape のコンストラクタ
Curve(Spline spline, int nbSubSegments)
          Create a curve mesh from a Spline