isNaN property

bool isNaN

Tests if this quaternion is not defined.

Implementation

bool get isNaN => w.isNaN || x.isNaN || y.isNaN || z.isNaN;