Classes | Functions

Package math3d
[Client Modules]

客户端--3D数学库 More...

Classes

class  matrix
 math3d.matrix 4*4矩阵 More...
class  rotation
 math3d.rotation 四元数 More...
class  vector
 math3d.vector 向量 More...
class  vector2
 math3d.vector2 2维向量 More...

Functions

def matrix_to_rotation
def rotation_to_matrix

Detailed Description

客户端--3D数学库


Function Documentation

def math3d.matrix_to_rotation (  )
matrix转换到rotation

matrix_to_rotation(m)
参数 : 
  math3d.matrix  矩阵
返回值 : 
  math3d.rotation  四元数
def math3d.rotation_to_matrix (  )
rotation转换到matrix

rotation_to_matrix(r)
参数 : 
  math3d.rotation  四元数
返回值 : 
  math3d.matrix  矩阵
 All Classes Namespaces Functions Variables Properties