Public Member Functions | |
Vector2b | __iadd__ (self, Vector2b b) |
Vector2b | __imatmul__ (self, bool b) |
None | __init__ (self) |
None | __init__ (self, bool x, bool y) |
None | __init__ (self, Vector3b v) |
None | __init__ (self, Vector2b arg0) |
Vector2b | __isub__ (self, Vector2b b) |
typing.Iterator | __iter__ (self) |
Vector2b | __itruediv__ (self, bool b) |
Vector2b | __neg__ (self) |
Vector2b | __pos__ (self) |
float | length (self) |
bool | lengthSq (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector2b | diagonal (bool a) |
Vector2b | minusX () |
Vector2b | minusY () |
Vector2b | plusX () |
Vector2b | plusY () |
Static Public Attributes | |
typing | elements = 2 |
Protected Member Functions | |
bool | _Subscript (self, int e) |
bool | _Subscript (self, int e) |
Generated from: MR::Vector2b Aliases: Vector2_bool, Vector2_bool, Matrix2_bool_VectorType two-dimensional vector \\ingroup VectorGroup
|
static |
None meshlib.mrmeshpy.Vector2b.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector2b.__init__ | ( | self, | |
bool | x, | ||
bool | y ) |
None meshlib.mrmeshpy.Vector2b.__init__ | ( | self, | |
Vector3b | v ) |
None meshlib.mrmeshpy.Vector2b.__init__ | ( | self, | |
Vector2b | arg0 ) |
Implicit copy constructor.
Vector2b meshlib.mrmeshpy.Vector2b.__imatmul__ | ( | self, | |
bool | b ) |
typing.Iterator meshlib.mrmeshpy.Vector2b.__iter__ | ( | self | ) |
Vector2b meshlib.mrmeshpy.Vector2b.__itruediv__ | ( | self, | |
bool | b ) |
Vector2b meshlib.mrmeshpy.Vector2b.__neg__ | ( | self | ) |
Vector2b meshlib.mrmeshpy.Vector2b.__pos__ | ( | self | ) |
|
protected |
|
protected |
|
static |
float meshlib.mrmeshpy.Vector2b.length | ( | self | ) |
bool meshlib.mrmeshpy.Vector2b.lengthSq | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |