示例#1
0
文件: math_linear.py 项目: uvbs/nitro
 def add(*args):
     """add(self, Like_T mx) -> Like_T"""
     return _math_linear.Matrix3x1_add(*args)
示例#2
0
 def add(self, mx):
     """add(Matrix3x1 self, Matrix3x1 mx) -> Matrix3x1"""
     return _math_linear.Matrix3x1_add(self, mx)