Vector3 get localAxisA => _localAxisA;
set localAxisA(Vector3 value) { _localAxisA = value.normalized(); push(); }