コード例 #1
0
ファイル: math_linear.py プロジェクト: uvbs/nitro
 def transpose(*args):
     """transpose(self) -> math::linear::MatrixMxN<(1,3,double)>"""
     return _math_linear.Matrix3x1_transpose(*args)
コード例 #2
0
ファイル: math_linear.py プロジェクト: johnjo55/six-library
 def transpose(self):
     """transpose(Matrix3x1 self) -> math::linear::MatrixMxN< 1,3,double >"""
     return _math_linear.Matrix3x1_transpose(self)