Functions | |
def | inverseRT (x0, y0, angle) |
def | rototranslate (x0, y0, angle) |
def | transform_points (x0, y0, angle) |
def rototranslation.inverseRT | ( | x0, | |
y0, | |||
angle | |||
) |
Definition at line 14 of file rototranslation.py.
def rototranslation.rototranslate | ( | x0, | |
y0, | |||
angle | |||
) |
Definition at line 4 of file rototranslation.py.
def rototranslation.transform_points | ( | x0, | |
y0, | |||
angle | |||
) |
Definition at line 24 of file rototranslation.py.