angle

class guppylang.std.angles.angle[source]

Not an angle in the truest sense but a rotation by a number of half-turns (does not wrap or identify with itself modulo any number of complete turns).

__add__(other: angle) angle[source]
__eq__(other: angle) bool[source]

Return self==value.

__float__() float[source]
__hash__ = None
__mul__(other: float) angle[source]
__neg__() angle[source]
__rmul__(other: float) angle[source]
__rtruediv__(other: float) angle[source]
__sub__(other: angle) angle[source]
__truediv__(other: float) angle[source]
halfturns: float