__declspec(property(get = GetDirty, put = SetDirty)) bool Dirty;
Becomes true, after any property has changed.
Read:
bool GetDirty();Write:
void SetDirty(const bool Value);Remarks:
When any of the TMtxLP properties changes, this property is automatically set to true. If TMtxLP::AutoUpdate and Dirty are both true then the TMtxLP::Recalculate method will be called automatically.
See Also: TMtxLP::AutoUpdate, TMtxLP::Recalculate
Declared in Dew::Math::TMtxLP · Dew.Math/MtxVecTools.h · Cross-compiler