__add__(self, Matrix4i64 b) | mrmeshpy.Matrix4i64 | |
__call__(self, int row, int col) | mrmeshpy.Matrix4i64 | |
__call__(self, int row, int col) | mrmeshpy.Matrix4i64 | |
__eq__(self, Matrix4i64 b) | mrmeshpy.Matrix4i64 | |
__getitem__(self, int row) | mrmeshpy.Matrix4i64 | |
__getitem__(self, int row) | mrmeshpy.Matrix4i64 | |
__iadd__(self, Matrix4i64 b) | mrmeshpy.Matrix4i64 | |
__imatmul__(self, int b) | mrmeshpy.Matrix4i64 | |
__init__(*args, **kwargs) | mrmeshpy.Matrix4i64 | static |
__init__(self) | mrmeshpy.Matrix4i64 | |
__init__(self, Vector4i64 x, Vector4i64 y, Vector4i64 z, Vector4i64 w) | mrmeshpy.Matrix4i64 | |
__init__(self, Matrix3i64 r, Vector3i64 t) | mrmeshpy.Matrix4i64 | |
__isub__(self, Matrix4i64 b) | mrmeshpy.Matrix4i64 | |
__itruediv__(self, int b) | mrmeshpy.Matrix4i64 | |
__mul__(self, int a) | mrmeshpy.Matrix4i64 | |
__mul__(self, Vector4i64 b) | mrmeshpy.Matrix4i64 | |
__mul__(self, Matrix4i64 b) | mrmeshpy.Matrix4i64 | |
__ne__(self, Matrix4i64 b) | mrmeshpy.Matrix4i64 | |
__repr__(self) | mrmeshpy.Matrix4i64 | |
__rmul__(self, int b) | mrmeshpy.Matrix4i64 | |
__setitem__(self, int arg0, Vector4i64 arg1) | mrmeshpy.Matrix4i64 | |
__sub__(self, Matrix4i64 b) | mrmeshpy.Matrix4i64 | |
__truediv__(self, int a) | mrmeshpy.Matrix4i64 | |
_offsetof_w | mrmeshpy.Matrix4i64 | protectedstatic |
_offsetof_x | mrmeshpy.Matrix4i64 | protectedstatic |
_offsetof_y | mrmeshpy.Matrix4i64 | protectedstatic |
_offsetof_z | mrmeshpy.Matrix4i64 | protectedstatic |
col(self, int i) | mrmeshpy.Matrix4i64 | |
data(self) | mrmeshpy.Matrix4i64 | |
data(self) | mrmeshpy.Matrix4i64 | |
det(self) | mrmeshpy.Matrix4i64 | |
getRotation(self) | mrmeshpy.Matrix4i64 | |
getTranslation(self) | mrmeshpy.Matrix4i64 | |
identity() | mrmeshpy.Matrix4i64 | static |
norm(self) | mrmeshpy.Matrix4i64 | |
normSq(self) | mrmeshpy.Matrix4i64 | |
operator(*args, **kwargs) | mrmeshpy.Matrix4i64 | static |
operator(*args, **kwargs) | mrmeshpy.Matrix4i64 | static |
scale(int s) | mrmeshpy.Matrix4i64 | static |
setRotation(self, Matrix3i64 rot) | mrmeshpy.Matrix4i64 | |
setTranslation(self, Vector3i64 t) | mrmeshpy.Matrix4i64 | |
submatrix3(self, int i, int j) | mrmeshpy.Matrix4i64 | |
trace(self) | mrmeshpy.Matrix4i64 | |
transposed(self) | mrmeshpy.Matrix4i64 | |
x(self) | mrmeshpy.Matrix4i64 | |
x(self, Vector4i64 arg1) | mrmeshpy.Matrix4i64 | |
zero() | mrmeshpy.Matrix4i64 | static |