Public Member Functions | |
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) |
Vector4b | __neg__ (self) |
Vector4b | __pos__ (self) |
str | __repr__ (self) |
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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
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 | arg0 ) |
Implicit copy constructor.
Vector4b mrmeshpy.Vector4b.__imatmul__ | ( | self, | |
bool | b ) |
typing.Iterator[bool] mrmeshpy.Vector4b.__iter__ | ( | self | ) |
Vector4b mrmeshpy.Vector4b.__itruediv__ | ( | self, | |
bool | b ) |
Vector4b mrmeshpy.Vector4b.__neg__ | ( | self | ) |
Vector4b mrmeshpy.Vector4b.__pos__ | ( | self | ) |
str mrmeshpy.Vector4b.__repr__ | ( | self | ) |
|
staticprotected |
|
protected |
|
protected |
|
static |
float mrmeshpy.Vector4b.length | ( | self | ) |
bool mrmeshpy.Vector4b.lengthSq | ( | self | ) |
|
static |