public static class B3DModel.Key
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Vector3f |
pos |
private Quaternion |
rot |
private Vector3f |
scale |
| 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() |
@Nullable private final Vector3f pos
@Nullable private final Vector3f scale
@Nullable private final Quaternion rot
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