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