Public Member Functions | |
Vector2i | __add__ (self, Vector2i b) |
bool | __eq__ (self, Vector2i b) |
Vector2i | __iadd__ (self, Vector2i b) |
Vector2i | __imatmul__ (self, int b) |
None | __init__ (self) |
None | __init__ (self, int x, int y) |
None | __init__ (self, Vector3i v) |
None | __init__ (self, Vector2i v) |
None | __init__ (self, Vector2i arg0) |
Vector2i | __isub__ (self, Vector2i b) |
typing.Iterator | __iter__ (self) |
Vector2i | __itruediv__ (self, int b) |
Vector2i | __mul__ (self, int a) |
bool | __ne__ (self, Vector2i b) |
Vector2i | __neg__ (self) |
Vector2i | __pos__ (self) |
Vector2i | __rmul__ (self, int b) |
Vector2i | __sub__ (self, Vector2i b) |
Vector2i | __truediv__ (self, int a) |
Vector2i | furthestBasisVector (self) |
float | length (self) |
int | lengthSq (self) |
Vector2i | perpendicular (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector2i | diagonal (int a) |
Vector2i | minusX () |
Vector2i | minusY () |
Vector2i | plusX () |
Vector2i | plusY () |
Static Public Attributes | |
typing | elements = 2 |
Protected Member Functions | |
int | _Subscript (self, int e) |
int | _Subscript (self, int e) |
Generated from: MR::Vector2i Aliases: Matrix2_int_VectorType, Vector2_int, Vector2_int
|
static |
None meshlib.mrmeshpy.Vector2i.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector2i.__init__ | ( | self, | |
int | x, | ||
int | y ) |
None meshlib.mrmeshpy.Vector2i.__init__ | ( | self, | |
Vector3i | v ) |
None meshlib.mrmeshpy.Vector2i.__init__ | ( | self, | |
Vector2i | v ) |
None meshlib.mrmeshpy.Vector2i.__init__ | ( | self, | |
Vector2i | arg0 ) |
Implicit copy constructor.
bool meshlib.mrmeshpy.Vector2i.__eq__ | ( | self, | |
Vector2i | b ) |
Vector2i meshlib.mrmeshpy.Vector2i.__imatmul__ | ( | self, | |
int | b ) |
typing.Iterator meshlib.mrmeshpy.Vector2i.__iter__ | ( | self | ) |
Vector2i meshlib.mrmeshpy.Vector2i.__itruediv__ | ( | self, | |
int | b ) |
Vector2i meshlib.mrmeshpy.Vector2i.__mul__ | ( | self, | |
int | a ) |
bool meshlib.mrmeshpy.Vector2i.__ne__ | ( | self, | |
Vector2i | b ) |
Vector2i meshlib.mrmeshpy.Vector2i.__neg__ | ( | self | ) |
Vector2i meshlib.mrmeshpy.Vector2i.__pos__ | ( | self | ) |
Vector2i meshlib.mrmeshpy.Vector2i.__rmul__ | ( | self, | |
int | b ) |
Vector2i meshlib.mrmeshpy.Vector2i.__truediv__ | ( | self, | |
int | a ) |
|
protected |
|
protected |
|
static |
Vector2i meshlib.mrmeshpy.Vector2i.furthestBasisVector | ( | self | ) |
float meshlib.mrmeshpy.Vector2i.length | ( | self | ) |
int meshlib.mrmeshpy.Vector2i.lengthSq | ( | self | ) |
|
static |
|
static |
Vector2i meshlib.mrmeshpy.Vector2i.perpendicular | ( | self | ) |
returns same length vector orthogonal to this (rotated 90 degrees counter-clockwise)
|
static |
|
static |
|
static |