pub fn mat3_from_axis_angle(axis: &Vec3, angle: Real) -> Mat3
Build a rotation matrix from an axis (unit vector) and angle (radians).
axis
angle
Uses the Rodrigues rotation formula.