setDQ method
Set the quaternion to the time derivative of q with angular velocity
omega.
Implementation
@override
void setDQ(Quaternion q, Vector3 omega) {
super.setDQ(q, omega);
notifyListeners();
}
Set the quaternion to the time derivative of q with angular velocity
omega.
@override
void setDQ(Quaternion q, Vector3 omega) {
super.setDQ(q, omega);
notifyListeners();
}