TreeNode::NodeData::SetMatrix3D
Previous
|
Next
TreeNode::NodeData::SetMatrix3D
TreeNode::NodeData
void
SetMatrix3D
(
const
Matrix3F
&
mat
);
Description
SetMatrix3D sets a 3D transform matrix on the node.
Parameters
Parameters
Description
const Matrix3F & mat
The transform matrix of type
Matrix3F
.