Public Member Functions | |
Vector2i64 | __add__ (self, Vector2i64 b) |
bool | __eq__ (self, Vector2i64 b) |
int | __getitem__ (self, int e) |
int | __getitem__ (self, int e) |
Vector2i64 | __iadd__ (self, Vector2i64 b) |
Vector2i64 | __imatmul__ (self, int b) |
None | __init__ (self) |
None | __init__ (self, int x, int y) |
Vector2i64 | __isub__ (self, Vector2i64 b) |
typing.Iterator[int] | __iter__ (self) |
Vector2i64 | __itruediv__ (self, int b) |
Vector2i64 | __mul__ (self, int a) |
bool | __ne__ (self, Vector2i64 b) |
Vector2i64 | __neg__ (self) |
Vector2i64 | __pos__ (self) |
str | __repr__ (self) |
Vector2i64 | __rmul__ (self, int b) |
None | __setitem__ (self, int arg0, int arg1) |
Vector2i64 | __sub__ (self, Vector2i64 b) |
Vector2i64 | __truediv__ (self, int a) |
Vector2i64 | furthestBasisVector (self) |
float | length (self) |
int | lengthSq (self) |
Vector2i64 | perpendicular (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
None | __init__ (*args, **kwargs) |
Vector2i64 | diagonal (int a) |
Vector2i64 | minusX () |
Vector2i64 | minusY () |
Vector2i64 | operator (*args, **kwargs) |
Vector2i64 | operator (*args, **kwargs) |
Vector2i64 | plusX () |
Vector2i64 | plusY () |
Static Public Attributes | |
typing | elements = 2 |
Static Protected Attributes | |
typing | _offsetof_x = 0 |
typing | _offsetof_y = 8 |
Generated from: MR::Vector2i64 Aliases: Matrix2_long_VectorType two-dimensional vector
|
static |
|
static |
None mrmeshpy.Vector2i64.__init__ | ( | self | ) |
None mrmeshpy.Vector2i64.__init__ | ( | self, | |
int | x, | ||
int | y ) |
Vector2i64 mrmeshpy.Vector2i64.__add__ | ( | self, | |
Vector2i64 | b ) |
bool mrmeshpy.Vector2i64.__eq__ | ( | self, | |
Vector2i64 | b ) |
int mrmeshpy.Vector2i64.__getitem__ | ( | self, | |
int | e ) |
int mrmeshpy.Vector2i64.__getitem__ | ( | self, | |
int | e ) |
Vector2i64 mrmeshpy.Vector2i64.__iadd__ | ( | self, | |
Vector2i64 | b ) |
Vector2i64 mrmeshpy.Vector2i64.__imatmul__ | ( | self, | |
int | b ) |
Vector2i64 mrmeshpy.Vector2i64.__isub__ | ( | self, | |
Vector2i64 | b ) |
typing.Iterator[int] mrmeshpy.Vector2i64.__iter__ | ( | self | ) |
Vector2i64 mrmeshpy.Vector2i64.__itruediv__ | ( | self, | |
int | b ) |
Vector2i64 mrmeshpy.Vector2i64.__mul__ | ( | self, | |
int | a ) |
bool mrmeshpy.Vector2i64.__ne__ | ( | self, | |
Vector2i64 | b ) |
Vector2i64 mrmeshpy.Vector2i64.__neg__ | ( | self | ) |
Vector2i64 mrmeshpy.Vector2i64.__pos__ | ( | self | ) |
NOTE: We use `std::declval()` in the operators below because libclang 18 in our binding generator is bugged and chokes on decltyping `a.x` and such. TODO fix this when we update libclang.
str mrmeshpy.Vector2i64.__repr__ | ( | self | ) |
Vector2i64 mrmeshpy.Vector2i64.__rmul__ | ( | self, | |
int | b ) |
None mrmeshpy.Vector2i64.__setitem__ | ( | self, | |
int | arg0, | ||
int | arg1 ) |
Vector2i64 mrmeshpy.Vector2i64.__sub__ | ( | self, | |
Vector2i64 | b ) |
Vector2i64 mrmeshpy.Vector2i64.__truediv__ | ( | self, | |
int | a ) |
|
static |
Vector2i64 mrmeshpy.Vector2i64.furthestBasisVector | ( | self | ) |
returns one of 2 basis unit vector that makes the biggest angle with the direction specified by this
float mrmeshpy.Vector2i64.length | ( | self | ) |
int mrmeshpy.Vector2i64.lengthSq | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
Vector2i64 mrmeshpy.Vector2i64.perpendicular | ( | self | ) |
returns same length vector orthogonal to this (rotated 90 degrees counter-clockwise)
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
static |