menu
three_dart package
documentation
three3d/math/quaternion.dart
Quaternion
lengthSq method
lengthSq method
dark_mode
light_mode
lengthSq
method
num
lengthSq
(
)
Implementation
num lengthSq() { return _x * _x + _y * _y + _z * _z + _w * _w; }
three_dart package
documentation
three3d/math/quaternion
Quaternion
lengthSq method
Quaternion class