Ejemplo n.º 1
0
 def to_matrix(self):
     return xyzrph_to_matrix(*self.to_tuple())
Ejemplo n.º 2
0
 def to_matrix(self):
     return xyzrph_to_matrix(*self.to_tuple())
Ejemplo n.º 3
0
 def to_matrix(self):
     from camera_math import xyzrph_to_matrix
     return xyzrph_to_matrix(*self.to_tuple())