menu
thermion_dart package
documentation
thermion_dart.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);
thermion_dart package
documentation
thermion_dart
dot2 function
filament_dart library