Initializes a new instance of the TransformGroup class.
The transformations of which the group is composed.
Gets or sets the transformations of which the group is composed.
Returns the identity transform.
Returns the transformation that is defined by the specified description.
A transformation description.
returns the transform group that is defined by the specified description.
A transform group description.
Generated using TypeDoc
Combines multiple transformations into one by multiplying their matrices. As matrix multiplication is not commutative, the order of the child matrices is important.