public static class B3DModel.Key
extends java.lang.Object
| Constructor and Description |
|---|
Key(Vector3f pos,
Vector3f scale,
Quaternion rot) |
| Modifier and Type | Method and Description |
|---|---|
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 in class java.lang.Object