pub fn sphere_at(sphere: &Sphere, longitude: f64, latitude: f64) -> SurfacePointExpand description
Evaluate a sphere at (longitude, latitude).
Latitude runs from -pi/2 at the -z pole to +pi/2 at +z.
pub fn sphere_at(sphere: &Sphere, longitude: f64, latitude: f64) -> SurfacePointEvaluate a sphere at (longitude, latitude).
Latitude runs from -pi/2 at the -z pole to +pi/2 at +z.