menu
three_js_math package
documentation
rotation/quaternion.dart
Quaternion
length2 property
length2 property
dark_mode
light_mode
length2
property
double
get
length2
Implementation
double get length2 => _x * _x + _y * _y + _z * _z + _w * _w;
three_js_math package
documentation
rotation/quaternion
Quaternion
length2 property
Quaternion class