RAIMAD

raimad.polar

def polar(arg: float, mod: float = 1) -> 'rai.typing.Point':

Construct an XY point from an argument and modulus.
Parameters
arg
The argument (angle) in [numpy convention](coords-transforms.md)
mod
The modulus/magnitue/length
Returns
rai.typing.Point
The constructed point