menu
rive package
documentation
math.dart
Vec2D
dot static method
dot static method
dark_mode
light_mode
dot
static method
double
dot
(
Vec2D
a
,
Vec2D
b
)
Implementation
static double dot(Vec2D a, Vec2D b) { return a.x * b.x + a.y * b.y; }
rive package
documentation
math
Vec2D
dot static method
Vec2D class