Skip to main content

dot_quat

Function dot_quat 

Source
pub fn dot_quat(a: Quat, b: Quat) -> f32
Expand description

Compute dot product of two quaternions. Useful for polarity tests.