class documentation

class Angles(Names):

View In Hierarchy

The types of angles.

Constant HEADING Angle representing the heading of an object.
Constant LATITUDE Angle representing a latitude of an object.
Constant LONGITUDE Angle representing the longitude of an object.
Constant VARIATION Angle representing a magnetic variation.
HEADING: NamedConstant =

Angle representing the heading of an object.

Value
NamedConstant()
LATITUDE: NamedConstant =

Angle representing a latitude of an object.

Value
NamedConstant()
LONGITUDE: NamedConstant =

Angle representing the longitude of an object.

Value
NamedConstant()
VARIATION: NamedConstant =

Angle representing a magnetic variation.

Value
NamedConstant()