class
AngleValueAngular value
Contents
- Reference
Methods
- def abs(self, /) -> AngleValue
- def cos(self, /) -> float
- def sin(self, /) -> float
- def tan(self, /) -> float
- def to_standard_range(self, /) -> AngleValue
- Wraps value to range
Special methods
- def __add__(self, arg0: AngleValue, /) -> AngleValue
- def __ge__(self, arg0: AngleValue, /) -> bool
- def __gt__(self, arg0: AngleValue, /) -> bool
- def __le__(self, arg0: AngleValue, /) -> bool
- def __lt__(self, arg0: AngleValue, /) -> bool
- def __mul__(self, arg0: float, /) -> AngleValue
- def __neg__(self, /) -> AngleValue
- def __rmul__(self, arg0: float, /) -> AngleValue
- def __sub__(self, arg0: AngleValue, /) -> AngleValue
- def __truediv__(self, arg0: float, /) -> AngleValue