Function rust_3d::functions::project_point_on_plane [] [src]

pub fn project_point_on_plane<PL, P2, P3, N>(plane: &PL, point: &P3) -> P2 where PL: IsPlane3D<P3, N>,
        P2: IsBuildable2D,
        P3: IsBuildable3D + TransFormableTo2D,
        N: IsNormalized3D