menu
cannon_physics package
documentation
math/vec3.dart
Vec3
lengthSquared method
lengthSquared method
dark_mode
light_mode
lengthSquared
method
double
lengthSquared
(
)
Get the squared length of the vector.
Implementation
double lengthSquared() { return dot(this); }
cannon_physics package
documentation
math/vec3
Vec3
lengthSquared method
Vec3 class