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)
Syntaxpublic 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