pub fn rotate3(v: [f64; 3], axis: [f64; 3], angle: f64) -> [f64; 3]
Rotate v around unit axis by angle (Rodrigues).
v
axis
angle