public static class B3DModel.Key
extends java.lang.Object
コンストラクタと説明 |
---|
Key(Vector3f pos,
Vector3f scale,
Quaternion rot) |
修飾子とタイプ | メソッドと説明 |
---|---|
Vector3f |
getPos() |
Quaternion |
getRot() |
Vector3f |
getScale() |
java.lang.String |
toString() |
public Key(@Nullable Vector3f pos, @Nullable Vector3f scale, @Nullable Quaternion rot)
@Nullable public Vector3f getPos()
@Nullable public Vector3f getScale()
@Nullable public Quaternion getRot()
public java.lang.String toString()
toString
クラス内 java.lang.Object