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