Skip to main content

rotate3

Function rotate3 

Source
pub fn rotate3(v: [f64; 3], axis: [f64; 3], angle: f64) -> [f64; 3]
Expand description

Rotate v around unit axis by angle (Rodrigues).