|
||||||||||
前 次 | フレームあり フレームなし |
Spline.SplineType を使用しているパッケージ | |
---|---|
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 |
com.jme3.cinematic での Spline.SplineType の使用 |
---|
Spline.SplineType を返す com.jme3.cinematic のメソッド | |
---|---|
Spline.SplineType |
MotionPath.getPathSplineType()
return the type of spline used for the path interpolation for this path |
Spline.SplineType 型のパラメータを持つ com.jme3.cinematic のメソッド | |
---|---|
void |
MotionPath.setPathSplineType(Spline.SplineType pathSplineType)
sets the type of spline used for the path interpolation for this path |
com.jme3.math での Spline.SplineType の使用 |
---|
Spline.SplineType を返す com.jme3.math のメソッド | |
---|---|
Spline.SplineType |
Spline.getType()
return the type of the spline |
static Spline.SplineType |
Spline.SplineType.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static Spline.SplineType[] |
Spline.SplineType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
Spline.SplineType 型のパラメータを持つ com.jme3.math のメソッド | |
---|---|
void |
Spline.setType(Spline.SplineType type)
Sets the type of the spline |
Spline.SplineType 型のパラメータを持つ com.jme3.math のコンストラクタ | |
---|---|
Spline(Spline.SplineType splineType,
java.util.List<Vector3f> controlPoints,
float curveTension,
boolean cycle)
Create a spline |
|
Spline(Spline.SplineType splineType,
Vector3f[] controlPoints,
float curveTension,
boolean cycle)
Create a spline |
com.jme3.scene.shape での Spline.SplineType の使用 |
---|
Spline.SplineType を返す com.jme3.scene.shape のメソッド | |
---|---|
Spline.SplineType |
Surface.getType()
This method returns the type of the surface. |
|
||||||||||
前 次 | フレームあり フレームなし |