identity static method

Returns the identity quaternion (0, 0, 0, 1).

Implementation

static QuaternionBase identity() => createFactory(0.0, 0.0, 0.0, 1.0);