Function rs_math3d::transforms::project3

source ·
pub fn project3<T: Scalar>(
    world: &Matrix4<T>,
    persp: &Matrix4<T>,
    lb: &Vector2<T>,
    rt: &Vector2<T>,
    pt: &Vector3<T>
) -> Vector3<T>