Function rs_math3d::transforms::rotation_from_axis_angle[][src]

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