Home | Trees | Index | Help |
|
---|
Module Mathutils :: Class Matrix |
|
Method Summary | |
---|---|
New matrix object. |
Create a new matrix object from initialized values. |
int |
Return a the determinant of a matrix. |
Set the matrix to the identity matrix. | |
Set the matrix to it's inverse. | |
Resize the matrix to by 4x4 | |
Matrix object. |
Return the 3d rotation matrix. |
Euler object |
Return a euler representing the rotation matrix. |
Quaternion object |
Return a quaternion representation the rotation matrix |
Vector object. |
Return a the translation part of a 4 row matrix. |
Set the matrix to it's transpose. | |
Set all matrix values to 0. |
Class Variable Summary | |
---|---|
colsize : The column size of the matrix. | |
rowsize : The row size of the matrix. |
Method Details |
---|
__init__(list1=None,
list2=None,
list3=None,
list4=None)
|
determinant()Return a the determinant of a matrix.
|
identity()Set the matrix to the identity matrix. |
invert()Set the matrix to it's inverse. |
resize4x4()Resize the matrix to by 4x4 |
rotationPart()Return the 3d rotation matrix.
|
toEuler()Return a euler representing the rotation matrix.
|
toQuat()Return a quaternion representation the rotation matrix
|
translationPart()Return a the translation part of a 4 row matrix.
|
transpose()Set the matrix to it's transpose. |
zero()Set all matrix values to 0. |
Class Variable Details |
---|
colsizeThe column size of the matrix. |
rowsizeThe row size of the matrix. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 12 21:47:29 2004 | http://epydoc.sf.net |