public SquareMatrix RightTransformMatrix { get; }
Public ReadOnly Property RightTransformMatrix As SquareMatrix
Get
public:
property SquareMatrix^ RightTransformMatrix {
SquareMatrix^ get ();
}
member RightTransformMatrix : 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.