示例#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())