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