menu
fluttershy package
documentation
math.dart
dot2 function
dot2 function
dark_mode
light_mode
dot2
function
double
dot2
(
Vector2
x
,
Vector2
y
)
2D dot product.
Implementation
double dot2(Vector2 x, Vector2 y) => x.dot(y);
fluttershy package
documentation
math
dot2 function
math library