public Matrix<double> RotationMatrix { get; set; }
Public Property RotationMatrix As Matrix(Of Double)
public: property Matrix<double>^ RotationMatrix { Matrix<double>^ get (); void set (Matrix<double>^ value); }