identity static method
Returns the identity quaternion (0, 0, 0, 1).
Implementation
static QuaternionBase identity() => createFactory(0.0, 0.0, 0.0, 1.0);
Returns the identity quaternion (0, 0, 0, 1).
static QuaternionBase identity() => createFactory(0.0, 0.0, 0.0, 1.0);