const  double*    sgC3DObject::GetWorldMatrixData() const

 

Description:

Returns the pointer to the beginning of the 4x4 matrix of the object position and deformation in the three-dimensional space.

 

Arguments:

No arguments.

 

Returned value:

Returns the pointer to the beginning of the 4x4 matrix of the object position and deformation in the three-dimensional space. The matrix can be created using the ApplyTempMatrix function.

 

 

See also:

sgCMatrix   InitTempMatrix GetTempMatrix   ApplyTempMatrix