Ejemplo n.º 1
0
 def subtract(*args):
     """subtract(self, Like_T v) -> Like_T"""
     return _math_linear.Vector3_subtract(*args)
Ejemplo n.º 2
0
 def subtract(self, v):
     """subtract(Vector3 self, Vector3 v) -> Vector3"""
     return _math_linear.Vector3_subtract(self, v)