예제 #1
0
 def test_random_translation(self):
     random_translation()
예제 #2
0
def random_coords():
    """Return Coordinates class has random translation and rotation"""
    return Coordinates(pos=random_translation(), rot=random_rotation())