resetRotation method
void
resetRotation()
Reset the rotation of this.
Implementation
void resetRotation() {
_axis0.setValues(1.0, 0.0, 0.0);
_axis1.setValues(0.0, 1.0, 0.0);
_axis2.setValues(0.0, 0.0, 1.0);
}
Reset the rotation of this.
void resetRotation() {
_axis0.setValues(1.0, 0.0, 0.0);
_axis1.setValues(0.0, 1.0, 0.0);
_axis2.setValues(0.0, 0.0, 1.0);
}