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