Public Member Functions | |
Vector2ll | __iadd__ (self, Vector2ll b) |
Vector2ll | __imatmul__ (self, int b) |
None | __init__ (self) |
None | __init__ (self, int x, int y) |
None | __init__ (self, Vector3ll v) |
None | __init__ (self, Vector2ll arg0) |
Vector2ll | __isub__ (self, Vector2ll b) |
typing.Iterator | __iter__ (self) |
Vector2ll | __itruediv__ (self, int b) |
Vector2ll | __neg__ (self) |
Vector2ll | __pos__ (self) |
Vector2ll | furthestBasisVector (self) |
float | length (self) |
int | lengthSq (self) |
Vector2ll | perpendicular (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector2ll | diagonal (int a) |
Vector2ll | minusX () |
Vector2ll | minusY () |
Vector2ll | plusX () |
Vector2ll | plusY () |
Static Public Attributes | |
typing | elements = 2 |
Protected Member Functions | |
int | _Subscript (self, int e) |
int | _Subscript (self, int e) |
Generated from: MR::Vector2ll Aliases: Vector2_long_long, Matrix2_long_long_VectorType, Vector2_long_long two-dimensional vector \\ingroup VectorGroup
|
static |
None meshlib.mrmeshpy.Vector2ll.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector2ll.__init__ | ( | self, | |
int | x, | ||
int | y ) |
None meshlib.mrmeshpy.Vector2ll.__init__ | ( | self, | |
Vector3ll | v ) |
None meshlib.mrmeshpy.Vector2ll.__init__ | ( | self, | |
Vector2ll | arg0 ) |
Implicit copy constructor.
Vector2ll meshlib.mrmeshpy.Vector2ll.__imatmul__ | ( | self, | |
int | b ) |
typing.Iterator meshlib.mrmeshpy.Vector2ll.__iter__ | ( | self | ) |
Vector2ll meshlib.mrmeshpy.Vector2ll.__itruediv__ | ( | self, | |
int | b ) |
Vector2ll meshlib.mrmeshpy.Vector2ll.__neg__ | ( | self | ) |
Vector2ll meshlib.mrmeshpy.Vector2ll.__pos__ | ( | self | ) |
|
protected |
|
protected |
|
static |
Vector2ll meshlib.mrmeshpy.Vector2ll.furthestBasisVector | ( | self | ) |
returns one of 2 basis unit vector that makes the biggest angle with the direction specified by this
float meshlib.mrmeshpy.Vector2ll.length | ( | self | ) |
int meshlib.mrmeshpy.Vector2ll.lengthSq | ( | self | ) |
|
static |
|
static |
Vector2ll meshlib.mrmeshpy.Vector2ll.perpendicular | ( | self | ) |
returns same length vector orthogonal to this (rotated 90 degrees counter-clockwise)
|
static |
|
static |
|
static |