Transform a given transformations and return the result matrix.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Matrix Transform(
Transformations trans
)
Parameters
- trans
- Type: GeonBit.CoreTransformations
Transformations to transform.
Return Value
Type:
MatrixMatrix with combined transformations.
See Also