menu
openworld package
documentation
three_dart/three3d/math/index.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; }
openworld package
documentation
three_dart/three3d/math/index
Quaternion
lengthSq method
Quaternion class