Public Member Functions | |
| Vector4i | __add__ (self, Vector4_unsigned_char b) |
| bool | __eq__ (self, Vector4_unsigned_char b) |
| int | __getitem__ (self, int e) |
| int | __getitem__ (self, int e) |
| Vector4_unsigned_char | __iadd__ (self, Vector4_unsigned_char b) |
| Vector4_unsigned_char | __imatmul__ (self, int b) |
| None | __init__ (self) |
| None | __init__ (self, int x, int y, int z, int w) |
| None | __init__ (self, Vector4_unsigned_char arg0) |
| Vector4_unsigned_char | __isub__ (self, Vector4_unsigned_char b) |
| typing.Iterator[int] | __iter__ (self) |
| Vector4_unsigned_char | __itruediv__ (self, int b) |
| Vector4i | __mul__ (self, int a) |
| bool | __ne__ (self, Vector4_unsigned_char b) |
| Vector4i | __neg__ (self) |
| Vector4_unsigned_char | __pos__ (self) |
| str | __repr__ (self) |
| Vector4i | __rmul__ (self, int b) |
| None | __setitem__ (self, int arg0, int arg1) |
| Vector4i | __sub__ (self, Vector4_unsigned_char b) |
| Vector4i | __truediv__ (self, int a) |
| float | length (self) |
| int | lengthSq (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | __init__ (*args, **kwargs) |
| Vector4_unsigned_char | diagonal (int a) |
| Vector4_unsigned_char | operator (*args, **kwargs) |
| Vector4_unsigned_char | operator (*args, **kwargs) |
Static Public Attributes | |
| typing | elements = 4 |
| int | MatrixType = Matrix4_unsigned_char |
| SymMatrixType = SymMatrix4_unsigned_char | |
Static Protected Attributes | |
| typing | _offsetof_w = 3 |
| typing | _offsetof_x = 0 |
| typing | _offsetof_y = 1 |
| typing | _offsetof_z = 2 |
Generated from: MR::Vector4<unsigned char> Aliases: DashPattern, DashPattern, Matrix4_unsigned_char.VectorType, Vector4_uint8_t four-dimensional vector
|
static |
|
static |
| None mrmeshpy.Vector4_unsigned_char.__init__ | ( | self | ) |
| None mrmeshpy.Vector4_unsigned_char.__init__ | ( | self, | |
| int | x, | ||
| int | y, | ||
| int | z, | ||
| int | w ) |
| None mrmeshpy.Vector4_unsigned_char.__init__ | ( | self, | |
| Vector4_unsigned_char | arg0 ) |
Implicit copy constructor.
| Vector4i mrmeshpy.Vector4_unsigned_char.__add__ | ( | self, | |
| Vector4_unsigned_char | b ) |
| bool mrmeshpy.Vector4_unsigned_char.__eq__ | ( | self, | |
| Vector4_unsigned_char | b ) |
| int mrmeshpy.Vector4_unsigned_char.__getitem__ | ( | self, | |
| int | e ) |
| int mrmeshpy.Vector4_unsigned_char.__getitem__ | ( | self, | |
| int | e ) |
| Vector4_unsigned_char mrmeshpy.Vector4_unsigned_char.__iadd__ | ( | self, | |
| Vector4_unsigned_char | b ) |
| Vector4_unsigned_char mrmeshpy.Vector4_unsigned_char.__imatmul__ | ( | self, | |
| int | b ) |
| Vector4_unsigned_char mrmeshpy.Vector4_unsigned_char.__isub__ | ( | self, | |
| Vector4_unsigned_char | b ) |
| typing.Iterator[int] mrmeshpy.Vector4_unsigned_char.__iter__ | ( | self | ) |
| Vector4_unsigned_char mrmeshpy.Vector4_unsigned_char.__itruediv__ | ( | self, | |
| int | b ) |
| Vector4i mrmeshpy.Vector4_unsigned_char.__mul__ | ( | self, | |
| int | a ) |
| bool mrmeshpy.Vector4_unsigned_char.__ne__ | ( | self, | |
| Vector4_unsigned_char | b ) |
| Vector4i mrmeshpy.Vector4_unsigned_char.__neg__ | ( | self | ) |
| Vector4_unsigned_char mrmeshpy.Vector4_unsigned_char.__pos__ | ( | self | ) |
NOTE: We use `std::declval()` in the operators below because libclang 18 in our binding generator is bugged and chokes on decltyping `a.x` and such. TODO fix this when we update libclang.
| str mrmeshpy.Vector4_unsigned_char.__repr__ | ( | self | ) |
| Vector4i mrmeshpy.Vector4_unsigned_char.__rmul__ | ( | self, | |
| int | b ) |
| None mrmeshpy.Vector4_unsigned_char.__setitem__ | ( | self, | |
| int | arg0, | ||
| int | arg1 ) |
| Vector4i mrmeshpy.Vector4_unsigned_char.__sub__ | ( | self, | |
| Vector4_unsigned_char | b ) |
| Vector4i mrmeshpy.Vector4_unsigned_char.__truediv__ | ( | self, | |
| int | a ) |
|
static |
| float mrmeshpy.Vector4_unsigned_char.length | ( | self | ) |
| int mrmeshpy.Vector4_unsigned_char.lengthSq | ( | self | ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |
|
static |
|
static |