add suppor for several ref coordinate systems

This commit is contained in:
Olivier R-D
2013-04-21 09:24:59 +02:00
parent ddbd6e9ce1
commit 1a0b33490f
2 changed files with 24 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ class Tracker(Process):
def _log(self, *args):
print(self.__class__.__name__, ": ".join([str(i) for i in args]))
def set_calibration_matrix(self, cal):
def set_csys(self, cal):
if MATH3D:
self.calibration = cal
self.inverse = self.calibration.inverse()