MCPcopy Create free account
hub / github.com/PageBot/PageBot / radians

Function radians

Lib/pagebot/toolbox/units.py:2775–2778  ·  view source on GitHub ↗
(angle)

Source from the content-addressed store, hash-verified

2773 radians = property(_get_radians)
2774
2775def radians(angle):
2776 if isinstance(angle, Angle):
2777 angle = angle.radians.angle
2778 return Radians(angle)
2779
2780if __name__ == '__main__':
2781 import doctest

Callers 9

drawArrowFunction · 0.85
asinFunction · 0.85
acosFunction · 0.85
atanFunction · 0.85
atan2Function · 0.85
drawArrowMethod · 0.85
drawArrowMethod · 0.85
drawAnimatedFrameMethod · 0.85

Calls 1

RadiansClass · 0.85

Tested by

no test coverage detected