A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Q

qsort(Object[], Comparator) - クラス com.jme3.util.SortUtil の static メソッド
Quick sorts the supplied array using the specified comparator.
qsort(Object[], int, int, Comparator) - クラス com.jme3.util.SortUtil の static メソッド
Quick sorts the supplied array using the specified comparator.
qsort(int[], int, int, Comparator) - クラス com.jme3.util.SortUtil の static メソッド
 
Quad - com.jme3.scene.shape の クラス
Quad represents a rectangular plane in space defined by 4 vertices.
Quad() - クラス com.jme3.scene.shape.Quad のコンストラクタ
Serialization only.
Quad(float, float) - クラス com.jme3.scene.shape.Quad のコンストラクタ
Create a quad with the given width and height.
Quad(float, float, boolean) - クラス com.jme3.scene.shape.Quad のコンストラクタ
Create a quad with the given width and height.
QUARTER_PI - クラス com.jme3.math.FastMath の static 変数
The value PI/4 as a float. (45 degrees)
quat1 - クラス com.jme3.util.TempVars の変数
General quaternions.
quat2 - クラス com.jme3.util.TempVars の変数
 
Quaternion - com.jme3.math の クラス
Quaternion defines a single example of a more general class of hypercomplex numbers.
Quaternion() - クラス com.jme3.math.Quaternion のコンストラクタ
Constructor instantiates a new Quaternion object initializing all values to zero, except w which is initialized to 1.
Quaternion(float, float, float, float) - クラス com.jme3.math.Quaternion のコンストラクタ
Constructor instantiates a new Quaternion object from the given list of parameters.
Quaternion(float[]) - クラス com.jme3.math.Quaternion のコンストラクタ
Constructor instantiates a new Quaternion object from a collection of rotation angles.
Quaternion(Quaternion, Quaternion, float) - クラス com.jme3.math.Quaternion のコンストラクタ
Constructor instantiates a new Quaternion object from an interpolation between two other quaternions.
Quaternion(Quaternion) - クラス com.jme3.math.Quaternion のコンストラクタ
Constructor instantiates a new Quaternion object from an existing quaternion, creating a copy.
queueDistance - クラス com.jme3.scene.Spatial の変数
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z