abstract objectType CoordFrame
This is the abstract, empty, base class for all coordinate frames. Coordinate frames provide metadata associated with the coordinate domain space. Typically, this will be related to the origin and orientation of the axes, but might include any metadata which pertains to the definition of the domain.
classDiagram
class CoordFrame{
}
GenericFrame --|> CoordFrame
SpaceFrame --|> CoordFrame
TimeFrame --|> CoordFrame
link GenericFrame "../GenericFrame"
link SpaceFrame "../SpaceFrame"
link TimeFrame "../TimeFrame"
Members
name | type | mult | description |
---|---|---|---|
Containment
This is contained by PhysicalCoordSys