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 | __iter__ (self) |
Vector4b | __itruediv__ (self, bool b) |
Vector4b | __neg__ (self) |
Vector4b | __pos__ (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) |
Generated from: MR::Vector4b Aliases: Vector4_bool, Vector4_bool, Matrix4_bool_VectorType four-dimensional vector \\ingroup VectorGroup
|
static |
None meshlib.mrmeshpy.Vector4b.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector4b.__init__ | ( | self, | |
bool | x, | ||
bool | y, | ||
bool | z, | ||
bool | w ) |
None meshlib.mrmeshpy.Vector4b.__init__ | ( | self, | |
Vector4b | arg0 ) |
Implicit copy constructor.
Vector4b meshlib.mrmeshpy.Vector4b.__imatmul__ | ( | self, | |
bool | b ) |
typing.Iterator meshlib.mrmeshpy.Vector4b.__iter__ | ( | self | ) |
Vector4b meshlib.mrmeshpy.Vector4b.__itruediv__ | ( | self, | |
bool | b ) |
Vector4b meshlib.mrmeshpy.Vector4b.__neg__ | ( | self | ) |
Vector4b meshlib.mrmeshpy.Vector4b.__pos__ | ( | self | ) |
|
protected |
|
protected |
|
static |
float meshlib.mrmeshpy.Vector4b.length | ( | self | ) |
bool meshlib.mrmeshpy.Vector4b.lengthSq | ( | self | ) |
|
static |