menu
openworld package
documentation
three_dart/three3d/math/index.dart
Quaternion
dot method
dot method
dark_mode
light_mode
dot
method
num
dot
(
Quaternion
v
)
Implementation
num dot(Quaternion v) { return _x * v._x + _y * v._y + _z * v._z + _w * v._w; }
openworld package
documentation
three_dart/three3d/math/index
Quaternion
dot method
Quaternion class