setDQ method

  1. @override
void setDQ(
  1. Quaternion q,
  2. Vector3 omega
)
override

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();
}