Public Member Functions | |
| Vector4i | __add__ (self, Vector4i b) |
| bool | __eq__ (self, Vector4i b) |
| int | __getitem__ (self, int e) |
| int | __getitem__ (self, int e) |
| Vector4i | __iadd__ (self, Vector4i b) |
| Vector4i | __imatmul__ (self, int b) |
| None | __init__ (self) |
| None | __init__ (self, int x, int y, int z, int w) |
| None | __init__ (self, Vector4i arg0) |
| None | __init__ (self, Color arg0) |
| Vector4i | __isub__ (self, Vector4i b) |
| typing.Iterator[int] | __iter__ (self) |
| Vector4i | __itruediv__ (self, int b) |
| Vector4i | __mul__ (self, int a) |
| bool | __ne__ (self, Vector4i b) |
| Vector4i | __neg__ (self) |
| Vector4i | __pos__ (self) |
| str | __repr__ (self) |
| Vector4i | __rmul__ (self, int b) |
| None | __setitem__ (self, int arg0, int arg1) |
| Vector4i | __sub__ (self, Vector4i b) |
| Vector4i | __truediv__ (self, int a) |
| float | length (self) |
| int | lengthSq (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | __init__ (*args, **kwargs) |
| Vector4i | diagonal (int a) |
| Vector4i | operator (*args, **kwargs) |
| Vector4i | operator (*args, **kwargs) |
Static Public Attributes | |
| typing | elements = 4 |
Static Protected Attributes | |
| typing | _offsetof_w = 12 |
| typing | _offsetof_x = 0 |
| typing | _offsetof_y = 4 |
| typing | _offsetof_z = 8 |
Generated from: MR::Vector4i Aliases: Matrix4_int_VectorType four-dimensional vector
|
static |
|
static |
| None mrmeshpy.Vector4i.__init__ | ( | self | ) |
| None mrmeshpy.Vector4i.__init__ | ( | self, | |
| int | x, | ||
| int | y, | ||
| int | z, | ||
| int | w ) |
| None mrmeshpy.Vector4i.__init__ | ( | self, | |
| Vector4i | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.Vector4i.__init__ | ( | self, | |
| Color | arg0 ) |
| bool mrmeshpy.Vector4i.__eq__ | ( | self, | |
| Vector4i | b ) |
| int mrmeshpy.Vector4i.__getitem__ | ( | self, | |
| int | e ) |
| int mrmeshpy.Vector4i.__getitem__ | ( | self, | |
| int | e ) |
| Vector4i mrmeshpy.Vector4i.__imatmul__ | ( | self, | |
| int | b ) |
| typing.Iterator[int] mrmeshpy.Vector4i.__iter__ | ( | self | ) |
| Vector4i mrmeshpy.Vector4i.__itruediv__ | ( | self, | |
| int | b ) |
| Vector4i mrmeshpy.Vector4i.__mul__ | ( | self, | |
| int | a ) |
| bool mrmeshpy.Vector4i.__ne__ | ( | self, | |
| Vector4i | b ) |
| Vector4i mrmeshpy.Vector4i.__neg__ | ( | self | ) |
| Vector4i mrmeshpy.Vector4i.__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.Vector4i.__repr__ | ( | self | ) |
| Vector4i mrmeshpy.Vector4i.__rmul__ | ( | self, | |
| int | b ) |
| None mrmeshpy.Vector4i.__setitem__ | ( | self, | |
| int | arg0, | ||
| int | arg1 ) |
| Vector4i mrmeshpy.Vector4i.__truediv__ | ( | self, | |
| int | a ) |
|
static |
| float mrmeshpy.Vector4i.length | ( | self | ) |
| int mrmeshpy.Vector4i.lengthSq | ( | self | ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |