|
Matrix4ll | __add__ (self, Matrix4ll b) |
|
int | __call__ (self, int row, int col) |
|
int | __call__ (self, int row, int col) |
|
bool | __eq__ (self, Matrix4ll b) |
|
Vector4ll | __getitem__ (self, int row) |
|
Vector4ll | __getitem__ (self, int row) |
|
Matrix4ll | __iadd__ (self, Matrix4ll b) |
|
Matrix4ll | __imatmul__ (self, int b) |
|
None | __init__ (self) |
|
None | __init__ (self, Vector4ll x, Vector4ll y, Vector4ll z, Vector4ll w) |
|
None | __init__ (self, Matrix3ll r, Vector3ll t) |
|
None | __init__ (self, Matrix4ll arg0) |
|
Matrix4ll | __isub__ (self, Matrix4ll b) |
|
Matrix4ll | __itruediv__ (self, int b) |
|
Matrix4ll | __mul__ (self, int a) |
|
Vector4ll | __mul__ (self, Vector4ll b) |
|
Matrix4ll | __mul__ (self, Matrix4ll b) |
|
bool | __ne__ (self, Matrix4ll b) |
|
str | __repr__ (self) |
|
Matrix4ll | __rmul__ (self, int b) |
|
None | __setitem__ (self, int arg0, Vector4ll arg1) |
|
Matrix4ll | __sub__ (self, Matrix4ll b) |
|
Matrix4ll | __truediv__ (self, int a) |
|
Vector4ll | col (self, int i) |
|
int | data (self) |
|
int | data (self) |
|
int | det (self) |
|
Matrix3ll | getRotation (self) |
|
Vector3ll | getTranslation (self) |
|
float | norm (self) |
|
int | normSq (self) |
|
None | setRotation (self, Matrix3ll rot) |
|
None | setTranslation (self, Vector3ll t) |
|
Matrix3ll | submatrix3 (self, int i, int j) |
|
int | trace (self) |
|
Matrix4ll | transposed (self) |
|
Vector4ll | x (self) |
|
None | x (self, Vector4ll arg1) |
|
Generated from: MR::Matrix4ll
Aliases: Vector4_long_long_MatrixType
arbitrary 4x4 matrix
\\ingroup MatrixGroup