def to_matrix(self):
     return xyzrph_to_matrix(*self.to_tuple())
Example #2
0
 def to_matrix(self):
     return xyzrph_to_matrix(*self.to_tuple())
Example #3
0
 def to_matrix(self):
     from camera_math import xyzrph_to_matrix
     return xyzrph_to_matrix(*self.to_tuple())