Module s2.s1angle

S1Angle represents a one-dimensional angle (as opposed to a two-dimensional solid angle).

Functions

NameDescription
sin(a) Trigonmetric functions (not necessary but slightly more convenient).

Structs

NameDescription
S1Angle This class represents a one-dimensional angle (as opposed to a two-dimensional solid angle). It has methods for converting angles to or from radians, degrees, and the E5/E6/E7 representations (i.e. degrees multiplied by 1e5/1e6/1e7 and rounded to the nearest integer).