public SquareMatrix LeftTransformMatrix { get; }
Public ReadOnly Property LeftTransformMatrix As SquareMatrix
Get
public:
property SquareMatrix^ LeftTransformMatrix {
SquareMatrix^ get ();
}
member LeftTransformMatrix : SquareMatrix with get
The returned matrix is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.