menu
openworld package
documentation
three_dart/three3d/math/index.dart
Quaternion
angleTo method
angleTo method
dark_mode
light_mode
angleTo
method
double
angleTo
(
Quaternion
q
)
Implementation
double angleTo(Quaternion q) { return 2 * Math.acos(Math.abs(MathUtils.clamp(dot(q), -1, 1))); }
openworld package
documentation
three_dart/three3d/math/index
Quaternion
angleTo method
Quaternion class