Value::GetWorldMatrix

Value::GetWorldMatrix
SF_INLINE bool GetWorldMatrix(Render::Matrix2F* pmat) const;
Description

GetWorldMatrix retrieves the world matrix of a display object.

Parameters
Parameters 
Description 
Render::Matrix2F* pmat 
The holder for the returned display matrix. 
Return Value

True if the display matrix was retrieved, otherwise false. A false value will also be returned if the display object was unloaded.