Q3View_GetLocalToWorldMatrixState
You can use theQ3View_GetLocalToWorldMatrixStatefunction to get a view's local-to-world transform matrix.
TQ3Status Q3View_GetLocalToWorldMatrixState ( TQ3ViewObject view, TQ3Matrix4x4 *matrix);
view- A view.
matrix- On exit, a 4-by-4 matrix representing the local-to-world transform of the specified view.
DESCRIPTION
TheQ3View_GetLocalToWorldMatrixStatefunction returns, in thematrixparameter, a 4-by-4 matrix that represents the local-to-world transform of the view specified by theviewparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help