TMatrixValue::Value Property

__declspec(property(get = GetValue, put = SetMatrixValue)) TMtx*Value;

Read: TMtx *GetValue();
Write: void SetMatrixValue(TMtx *Value);
Declared in Dew::Math::TMatrixValue · Dew.Math/MtxParseClass.h · Cross-compiler