menu
three_dart package
documentation
three3d/math/quaternion.dart
Quaternion
premultiply method
premultiply method
dark_mode
light_mode
premultiply
method
Quaternion
premultiply
(
Quaternion
q
)
Implementation
Quaternion premultiply(Quaternion q) { return multiplyQuaternions(q, this); }
three_dart package
documentation
three3d/math/quaternion
Quaternion
premultiply method
Quaternion class