, including all inherited members.
accumulate(Mat4 const other, float weight) | Mat4 | |
addHash(unsigned int hash) | Mat4 | |
addHash(unsigned int hash, float threshold) | Mat4 | |
almostEqual(Mat4 const other) | Mat4 | |
almostEqual(Mat4 const other, float threshold) | Mat4 | |
begin() | Mat4 | |
begin() | Mat4 | |
compareTo(Mat4 const other) | Mat4 | |
compareTo(Mat4 const other, float threshold) | Mat4 | |
convertMat(CoordinateSystem from, CoordinateSystem to) | Mat4 | [static] |
end() | Mat4 | |
end() | Mat4 | |
fill(float fill_value) | Mat4 | |
generateHash(ChecksumHashGenerator hashgen) | Mat4 | |
generateHash(ChecksumHashGenerator hashgen, float scale) | Mat4 | |
getCell(int row, int col) | Mat4 | |
getClassType() | Mat4 | [static] |
getCol(int col) | Mat4 | |
getCol3(int col) | Mat4 | |
getCols() | Mat4 | |
getData() | Mat4 | |
getHash() | Mat4 | |
getHash(float threshold) | Mat4 | |
getNumComponents() | Mat4 | |
getRow(VBase4 result_vec, int row) | Mat4 | |
getRow(int row) | Mat4 | |
getRow3(VBase3 result_vec, int row) | Mat4 | |
getRow3(int row) | Mat4 | |
getRow3s() | Mat4 | |
getRows() | Mat4 | |
getUpper3() | Mat4 | |
identMat() | Mat4 | [static] |
invertAffineFrom(Mat4 const other) | Mat4 | |
invertFrom(Mat4 const other) | Mat4 | |
invertInPlace() | Mat4 | |
isNan() | Mat4 | |
Mat4() | Mat4 | |
Mat4(Mat3 const upper3) | Mat4 | |
Mat4(Mat3 const upper3, VBase3 const trans) | Mat4 | |
Mat4(Mat4 const other) | Mat4 | |
Mat4(UnalignedLMatrix4f const other) | Mat4 | |
Mat4(float e00, float e01, float e02, float e03, float e10, float e11, float e12, float e13, float e20, float e21, float e22, float e23, float e30, float e31, float e32, float e33) | Mat4 | |
multiply(Mat4 const other1, Mat4 const other2) | Mat4 | |
onesMat() | Mat4 | [static] |
operator new(unsigned int size) | Mat4 | |
operator!=(Mat4 const other) | Mat4 | |
operator()(int row, int col) | Mat4 | |
operator()(int row, int col) | Mat4 | |
operator*(Mat4 const other) | Mat4 | |
operator*(float scalar) | Mat4 | |
operator*=(Mat4 const other) | Mat4 | |
operator*=(float scalar) | Mat4 | |
operator+=(Mat4 const other) | Mat4 | |
operator-=(Mat4 const other) | Mat4 | |
operator/(float scalar) | Mat4 | |
operator/=(float scalar) | Mat4 | |
operator<(Mat4 const other) | Mat4 | |
operator=(Mat4 const other) | Mat4 | |
operator=(UnalignedLMatrix4f const other) | Mat4 | |
operator=(float fill_value) | Mat4 | |
operator==(Mat4 const other) | Mat4 | |
operator[](int i) | Mat4 | |
operator[](int i) | Mat4 | |
output(ostream out) | Mat4 | |
pythonRepr(ostream out, string class_name) | Mat4 | |
readDatagram(DatagramIterator source) | Mat4 | |
readDatagramFixed(DatagramIterator scan) | Mat4 | |
reduce(PyObject self) | Mat4 | |
rotateMat(float angle, VBase3 const axis, CoordinateSystem cs) | Mat4 | [static] |
rotateMat(float angle, VBase3 const axis) | Mat4 | [static] |
rotateMatNormaxis(float angle, VBase3 const axis, CoordinateSystem cs) | Mat4 | [static] |
rotateMatNormaxis(float angle, VBase3 const axis) | Mat4 | [static] |
scaleMat(VBase3 const scale) | Mat4 | [static] |
scaleMat(float scale) | Mat4 | [static] |
scaleMat(float sx, float sy, float sz) | Mat4 | [static] |
scaleShearMat(VBase3 const scale, VBase3 const shear, CoordinateSystem cs) | Mat4 | [static] |
scaleShearMat(VBase3 const scale, VBase3 const shear) | Mat4 | [static] |
scaleShearMat(float sx, float sy, float sz, float shxy, float shxz, float shyz, CoordinateSystem cs) | Mat4 | [static] |
scaleShearMat(float sx, float sy, float sz, float shxy, float shxz, float shyz) | Mat4 | [static] |
set(float e00, float e01, float e02, float e03, float e10, float e11, float e12, float e13, float e20, float e21, float e22, float e23, float e30, float e31, float e32, float e33) | Mat4 | |
setCell(int row, int col, float value) | Mat4 | |
setCol(int col, VBase3 const v) | Mat4 | |
setCol(int col, VBase4 const v) | Mat4 | |
setRotateMat(float angle, VBase3 const axis, CoordinateSystem cs) | Mat4 | |
setRotateMat(float angle, VBase3 const axis) | Mat4 | |
setRotateMatNormaxis(float angle, VBase3 const axis, CoordinateSystem cs) | Mat4 | |
setRotateMatNormaxis(float angle, VBase3 const axis) | Mat4 | |
setRow(int row, VBase3 const v) | Mat4 | |
setRow(int row, VBase4 const v) | Mat4 | |
setScaleMat(VBase3 const scale) | Mat4 | |
setScaleShearMat(VBase3 const scale, VBase3 const shear, CoordinateSystem cs) | Mat4 | |
setScaleShearMat(VBase3 const scale, VBase3 const shear) | Mat4 | |
setShearMat(VBase3 const shear, CoordinateSystem cs) | Mat4 | |
setShearMat(VBase3 const shear) | Mat4 | |
setTranslateMat(VBase3 const trans) | Mat4 | |
setUpper3(Mat3 const upper3) | Mat4 | |
shearMat(VBase3 const shear, CoordinateSystem cs) | Mat4 | [static] |
shearMat(VBase3 const shear) | Mat4 | [static] |
shearMat(float shxy, float shxz, float shyz, CoordinateSystem cs) | Mat4 | [static] |
shearMat(float shxy, float shxz, float shyz) | Mat4 | [static] |
size() | Mat4 | [static] |
translateMat(VBase3 const trans) | Mat4 | [static] |
translateMat(float tx, float ty, float tz) | Mat4 | [static] |
transposeFrom(Mat4 const other) | Mat4 | |
transposeInPlace() | Mat4 | |
write(ostream out, int indent_level) | Mat4 | |
write(ostream out) | Mat4 | |
writeDatagram(Datagram destination) | Mat4 | |
writeDatagramFixed(Datagram destination) | Mat4 | |
xform(VBase4 const v) | Mat4 | |
xformInPlace(VBase4 v) | Mat4 | |
xformPoint(VBase3 const v) | Mat4 | |
xformPointInPlace(VBase3 v) | Mat4 | |
xformVec(VBase3 const v) | Mat4 | |
xformVecGeneral(VBase3 const v) | Mat4 | |
xformVecGeneralInPlace(VBase3 v) | Mat4 | |
xformVecInPlace(VBase3 v) | Mat4 | |
yToZUpMat() | Mat4 | [static] |
zerosMat() | Mat4 | [static] |
zToYUpMat() | Mat4 | [static] |