Click or drag to resize

MatrixGetFrozenCopy Method

Gets a frozen copy of this Matrix. If this matrix is already frozen it returns a reference to itself, otherwise it clones itself, freezes the clone, and returns that object.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Matrix GetFrozenCopy()

Return Value

Type: Matrix
A frozen copy of the current matrix.
See Also