Table of Contents

Property Properties

Namespace
VectorDraw.Geometry
Assembly
VectorDraw.Geometry.dll

Properties

Gets the cached decomposition for this matrix as a MatrixProperties instance.

public MatrixProperties Properties { get; }

Property Value

MatrixProperties

A MatrixProperties object that exposes derived geometric information for the matrix (for example Z direction, offset, Z angle, scales and shear).

Remarks

The MatrixProperties instance is created lazily on first access and cached in the matrix instance. Mutating operations on the matrix call VectorDraw.Geometry.Matrix.UpdateMatrixProperties to invalidate the cached decomposition so a subsequent access will recompute it.