Transformable::GetWorldTransform
Defined in:
Returns the object-to-world transform.
C4Types.h
Prototype
const Transform4D& GetWorldTransform(void) const;
Description
The GetWorldTransform
returns the Transform4D
object corresponding to the transform from object space to world space.
See Also
Transformable::GetInverseWorldTransform
Transformable::SetWorldTransform