bool sgCObject::DestroyTempMatrix()
Description:
Deletes the temporary matrix of affine transformations.
Arguments:
No arguments.
Returned value:
If the matrix was deleted successfully the function returns true, otherwise false.
Example:
sgLine* line = sgCreateLine(0.0, 0.0, 0.0, 2.0, 3.0, 5.0);
line->InitTempMatrix();
line->DestroyTempMatrix();
See also:
sgCMatrix sgCObject::InitTempMatrix sgCObject::GetTempMatrix sgCObject::ApplyTempMatrix