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