menu
raylib_dart package
documentation
raymath.dart
Vector2LengthSqr function
Vector2LengthSqr function
dark_mode
light_mode
Vector2LengthSqr
function
@
Deprecated
('Use v.length2 instead')
double
Vector2LengthSqr
(
Vector2
v
)
Implementation
@Deprecated('Use v.length2 instead') double Vector2LengthSqr(Vector2 v) => v.length2;
raylib_dart package
documentation
raymath
Vector2LengthSqr function
raymath library