public static class B3DModel.Key
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private javax.vecmath.Vector3f |
pos |
private javax.vecmath.Quat4f |
rot |
private javax.vecmath.Vector3f |
scale |
Constructor and Description |
---|
Key(javax.vecmath.Vector3f pos,
javax.vecmath.Vector3f scale,
javax.vecmath.Quat4f rot) |
Modifier and Type | Method and Description |
---|---|
javax.vecmath.Vector3f |
getPos() |
javax.vecmath.Quat4f |
getRot() |
javax.vecmath.Vector3f |
getScale() |
java.lang.String |
toString() |
@Nullable private final javax.vecmath.Vector3f pos
@Nullable private final javax.vecmath.Vector3f scale
@Nullable private final javax.vecmath.Quat4f rot