Module diffgeom::coordinates
[−]
[src]
Module containing basic types representing coordinate systems.
Structs
Point |
Struct representing a point on the manifold. The information about the coordinate system is saved in the type parameter, so that only operations on objects belonging to the same coordinate system will be allowed. |
Traits
ConversionTo |
Trait used for conversions between different coordinate systems. Implementing |
CoordinateSystem |
|