pub fn rotation_from_axis_angle<T: FloatScalar>(
axis: &Vector3<T>,
angle: T,
epsilon: T,
) -> Option<Matrix4<T>>pub fn rotation_from_axis_angle<T: FloatScalar>(
axis: &Vector3<T>,
angle: T,
epsilon: T,
) -> Option<Matrix4<T>>