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