Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, bool x, bool y, bool z) |
None | __init__ (self, Vector2b v) |
None | __init__ (self, Vector3b v) |
None | __init__ (self, Vector3b arg0) |
typing.Iterator | __iter__ (self) |
float | length (self) |
bool | lengthSq (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector3b | diagonal (bool a) |
Vector3b | minusX () |
Vector3b | minusY () |
Vector3b | minusZ () |
Vector3b | plusX () |
Vector3b | plusY () |
Vector3b | plusZ () |
Static Public Attributes | |
typing | elements = 3 |
Protected Member Functions | |
bool | _Subscript (self, int e) |
bool | _Subscript (self, int e) |
Generated from: MR::Vector3b Aliases: Vector3_bool, Matrix3_bool_VectorType, Vector3_bool three-dimensional vector \\ingroup VectorGroup
|
static |
None meshlib.mrmeshpy.Vector3b.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector3b.__init__ | ( | self, | |
bool | x, | ||
bool | y, | ||
bool | z ) |
None meshlib.mrmeshpy.Vector3b.__init__ | ( | self, | |
Vector2b | v ) |
None meshlib.mrmeshpy.Vector3b.__init__ | ( | self, | |
Vector3b | v ) |
None meshlib.mrmeshpy.Vector3b.__init__ | ( | self, | |
Vector3b | arg0 ) |
Implicit copy constructor.
typing.Iterator meshlib.mrmeshpy.Vector3b.__iter__ | ( | self | ) |
|
protected |
|
protected |
|
static |
float meshlib.mrmeshpy.Vector3b.length | ( | self | ) |
bool meshlib.mrmeshpy.Vector3b.lengthSq | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |