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.2.419.0 (24.2.419.0)
Syntax public Matrix GetFrozenCopy()
Public Function GetFrozenCopy As Matrix
public:
Matrix^ GetFrozenCopy()
member GetFrozenCopy : unit -> Matrix
Return Value
Type:
MatrixA frozen copy of the current matrix.
See Also