Click or drag to resize

Matrix.GetFrozenCopy 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: 25.1.421.0 (25.1.421.0)
Syntax
public Matrix GetFrozenCopy()

Return Value

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