Public Member Functions | |
Vector3ll | __add__ (self, Vector3ll b) |
bool | __eq__ (self, Vector3ll b) |
Vector3ll | __iadd__ (self, Vector3ll b) |
Vector3ll | __imatmul__ (self, int b) |
None | __init__ (self) |
None | __init__ (self, int x, int y, int z) |
None | __init__ (self, Vector2ll v) |
None | __init__ (self, Vector3ll v) |
None | __init__ (self, Vector3ll arg0) |
Vector3ll | __isub__ (self, Vector3ll b) |
typing.Iterator[int] | __iter__ (self) |
Vector3ll | __itruediv__ (self, int b) |
Vector3ll | __mul__ (self, int a) |
bool | __ne__ (self, Vector3ll b) |
Vector3ll | __neg__ (self) |
Vector3ll | __pos__ (self) |
str | __repr__ (self) |
Vector3ll | __rmul__ (self, int b) |
Vector3ll | __sub__ (self, Vector3ll b) |
Vector3ll | __truediv__ (self, int a) |
Vector3ll | furthestBasisVector (self) |
float | length (self) |
int | lengthSq (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector3ll | diagonal (int a) |
Vector3ll | minusX () |
Vector3ll | minusY () |
Vector3ll | minusZ () |
Vector3ll | plusX () |
Vector3ll | plusY () |
Vector3ll | plusZ () |
Static Public Attributes | |
typing | elements = 3 |
Protected Member Functions | |
int | _Subscript (self, int e) |
int | _Subscript (self, int e) |
Generated from: MR::Vector3ll Aliases: Matrix3_long_long_VectorType three-dimensional vector \\ingroup VectorGroup
|
static |
None mrmeshpy.Vector3ll.__init__ | ( | self | ) |
None mrmeshpy.Vector3ll.__init__ | ( | self, | |
int | x, | ||
int | y, | ||
int | z ) |
None mrmeshpy.Vector3ll.__init__ | ( | self, | |
Vector2ll | v ) |
None mrmeshpy.Vector3ll.__init__ | ( | self, | |
Vector3ll | v ) |
None mrmeshpy.Vector3ll.__init__ | ( | self, | |
Vector3ll | arg0 ) |
Implicit copy constructor.
bool mrmeshpy.Vector3ll.__eq__ | ( | self, | |
Vector3ll | b ) |
Vector3ll mrmeshpy.Vector3ll.__imatmul__ | ( | self, | |
int | b ) |
typing.Iterator[int] mrmeshpy.Vector3ll.__iter__ | ( | self | ) |
Vector3ll mrmeshpy.Vector3ll.__itruediv__ | ( | self, | |
int | b ) |
Vector3ll mrmeshpy.Vector3ll.__mul__ | ( | self, | |
int | a ) |
bool mrmeshpy.Vector3ll.__ne__ | ( | self, | |
Vector3ll | b ) |
Vector3ll mrmeshpy.Vector3ll.__neg__ | ( | self | ) |
Vector3ll mrmeshpy.Vector3ll.__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.Vector3ll.__repr__ | ( | self | ) |
Vector3ll mrmeshpy.Vector3ll.__rmul__ | ( | self, | |
int | b ) |
Vector3ll mrmeshpy.Vector3ll.__truediv__ | ( | self, | |
int | a ) |
|
protected |
|
protected |
|
static |
Vector3ll mrmeshpy.Vector3ll.furthestBasisVector | ( | self | ) |
returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this
float mrmeshpy.Vector3ll.length | ( | self | ) |
int mrmeshpy.Vector3ll.lengthSq | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |