updateTbState method
- Update the trackball FSA
newStateNew state of the FSAupdateMatricesIf matriices state should be updated
Implementation
void updateTbState(newState, bool updateMatrices) {
_state = newState;
if (updateMatrices) {
updateMatrixState();
}
}