C4 Engine
C4 Engine API Documentation

Transformable::GetWorldTransform

Defined in:  C4Types.h
Returns the object-to-world transform.
Prototype

const Transform4D& GetWorldTransform(voidconst;

Description
The GetWorldTransform returns the Transform4D object corresponding to the transform from object space to world space.
See Also

Transformable::GetInverseWorldTransform

Transformable::SetWorldTransform

Transformable::GetWorldPosition

Transformable::SetWorldPosition