valid_face_xyz_to_uv

Function valid_face_xyz_to_uv 

Source
pub fn valid_face_xyz_to_uv(face: u8, p: &S2Point) -> (f64, f64)
Expand description

Given a valid face for the given point p (meaning that dot product of p with the face normal is positive), return the corresponding u and v values (which may lie outside the range [-1,1]). Returns (pu, pv).