SF_INLINE bool GetWorldMatrix(Render::Matrix2F* pmat) const;
GetWorldMatrix retrieves the world matrix of a display object.
Parameters |
Description |
Render::Matrix2F* pmat |
The holder for the returned display matrix. |
True if the display matrix was retrieved, otherwise false. A false value will also be returned if the display object was unloaded.