menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
dot method
dot method
dark_mode
light_mode
dot
method
num
dot
(
Vector2
v
)
Implementation
num dot(Vector2 v) { return x * v.x + y * v.y; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
dot method
Vector2 class