Public Member Functions | |
Vector4i | __add__ (self, Vector4b b) |
bool | __eq__ (self, Vector4b b) |
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 v) |
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) |
Vector4i | __sub__ (self, Vector4b b) |
Vector4i | __truediv__ (self, bool a) |
float | length (self) |
bool | lengthSq (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector4b | diagonal (bool a) |
Static Public Attributes | |
typing | elements = 4 |
Protected Member Functions | |
bool | _Subscript (self, int e) |
bool | _Subscript (self, int e) |
Generated from: MR::Vector4b Aliases: Matrix4_bool_VectorType four-dimensional vector \\ingroup VectorGroup
|
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 | v ) |
None mrmeshpy.Vector4b.__init__ | ( | self, | |
Vector4b | arg0 ) |
Implicit copy constructor.
bool mrmeshpy.Vector4b.__eq__ | ( | self, | |
Vector4b | b ) |
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 ) |
Vector4i mrmeshpy.Vector4b.__truediv__ | ( | self, | |
bool | a ) |
|
protected |
|
protected |
|
static |
float mrmeshpy.Vector4b.length | ( | self | ) |
bool mrmeshpy.Vector4b.lengthSq | ( | self | ) |
|
static |