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