TreeNode::appendAncestorMatrices

TreeNode::appendAncestorMatrices
void appendAncestorMatrices(Matrix2F * m) const;
Description

appendAncestorMatrices appends the matrices of the node’s ancestors to the passed in matrix.

Parameters
Parameters 
Description 
Matrix2F * m 
The matrix that is passed in for append.