face_xyz_to_uv

Function face_xyz_to_uv 

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

If the dot product of p with the given face normal is positive, set the corresponding u and v values (which may lie outside the range [-1,1]) and return true. Otherwise return false.