Click or drag to resize
TransformationsBuildMatrix Method
Build and return a matrix from current transformations.

Namespace:  GeonBit.Core
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Matrix BuildMatrix()

Return Value

Type: Matrix
Matrix with all transformations applied.
See Also