AngleΒΆ
The Angle class is a data holder for an angle value. The internal value is a radian.
There are the following groups of member functions with some examples of use:
- construct the angle with a radian or degree value
- convert the angle between radians and degrees
- normalize the angle
angle.NormalizePi() ...
- changing the angle by basic mathematical operations like + and -
- comparing angles
if angle == AllplanGeo.Angle(math.pi): ... ...
- The AngleList class is a special list for Angle objects and can be used like
The complete documentation of the members from the Angle and AngleList class can be found here: