Skip to main content

Rebound

Type Alias Rebound 

Source
pub type Rebound<G, T, Cs> = <G as RebindGeometry<T, Cs>>::Output;
Expand description

Rebound model for G with scalar T and coordinate system Cs.

Mirrors helper_geometry<Geometry, NewCoordinateType, NewUnits>::type at geometries/helper_geometry.hpp:108-120. Rust takes the complete output coordinate-system type instead of a C++ angular-units tag.