menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
lengthSq method
lengthSq method
dark_mode
light_mode
lengthSq
method
num
lengthSq
(
)
Implementation
num lengthSq() { return x * x + y * y; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
lengthSq method
Vector2 class