public class GlobalTransform
extends java.lang.Object
Transform
but it's immutable while it represents the final evaluated transformation.
Right-hand coordinate system is used while evaluating global transformModifier and Type | Method and Description |
---|---|
Vector3 |
getEulerAngles()
Gets the rotation represented in Euler angles, measured in degree
|
Quaternion |
getRotation()
Gets the rotation represented in quaternion.
|
Vector3 |
getScale()
Gets the scale
|
Matrix4 |
getTransformMatrix()
Gets the transform matrix.
|
Vector3 |
getTranslation()
Gets the translation
|
public Vector3 getTranslation()
public Vector3 getScale()
public Vector3 getEulerAngles()
public Quaternion getRotation()
public Matrix4 getTransformMatrix()