Skip to main content

sphere_at

Function sphere_at 

Source
pub fn sphere_at(sphere: &Sphere, longitude: f64, latitude: f64) -> SurfacePoint
Expand description

Evaluate a sphere at (longitude, latitude).

Latitude runs from -pi/2 at the -z pole to +pi/2 at +z.