menu
tremble package
documentation
vec2.dart
Vec2
magnitudeSquared property
magnitudeSquared property
dark_mode
light_mode
magnitudeSquared
property
double
get
magnitudeSquared
Implementation
double get magnitudeSquared => x * x + y * y;
tremble package
documentation
vec2
Vec2
magnitudeSquared property
Vec2 class