Expand description
Projections that map 3D space to a 2D plane
Structs§
- Orthographic
- An orthographic projector that is centered on an orbitrary longitude and latitude. In most cases it will be quicker to use the
StatelessOrthographicprojection. - Stateless
Orthographic - An orthographic projector that is centered on the positive z direction, but thanks to the output
of
crate::body::observatory::Observatory::observeobservations are already centered on the z axis.
Traits§
- Projection
- Trait that encapsulates the core functionality of a projector, a set of equations that convert a point from three-dimensional space onto a two-dimensional plane.