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