Module sphere

Module sphere 

Source
Expand description

A module containing grids wrapped around spheres.

Structs§

CubeSphereGrid
A grid that wraps a cube around a sphere in order to determine grid positions.
CubeSpherePoint
A point on a CubeSphereGrid.
RectangleSphereGrid
A grid for a sphere based on the equirectangular projection.
RectangleSpherePoint
A point on a RectangleSphereGrid.

Traits§

SpherePoint
A point on a spherical grid.