__declspec(property(get = GetAutoUpdate, put = SetAutoUpdate)) bool AutoUpdate;
Automatic recalculation.
Read:
bool GetAutoUpdate();Write:
void SetAutoUpdate(const bool Value);Remarks:
If true then changing any of the TMtxOptimization properties will trigger the TMtxOptimization::Recalculate method.
See Also: TMtxOptimization::Dirty
Declared in Dew::Math::TMtxOptimization · Dew.Math/MtxVecTools.h · Cross-compiler