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