menu
openworld package
documentation
three_dart/three3d/math/index.dart
Quaternion
length method
length method
dark_mode
light_mode
length
method
double
length
(
)
Implementation
double length() { return Math.sqrt(_x * _x + _y * _y + _z * _z + _w * _w); }
openworld package
documentation
three_dart/three3d/math/index
Quaternion
length method
Quaternion class