Public Member Functions | |
Vector4ll | __add__ (self, Vector4ll b) |
bool | __eq__ (self, Vector4ll b) |
Vector4ll | __iadd__ (self, Vector4ll b) |
Vector4ll | __imatmul__ (self, int b) |
None | __init__ (self) |
None | __init__ (self, int x, int y, int z, int w) |
None | __init__ (self, Vector4ll v) |
None | __init__ (self, Vector4ll arg0) |
Vector4ll | __isub__ (self, Vector4ll b) |
typing.Iterator[int] | __iter__ (self) |
Vector4ll | __itruediv__ (self, int b) |
Vector4ll | __mul__ (self, int a) |
bool | __ne__ (self, Vector4ll b) |
Vector4ll | __neg__ (self) |
Vector4ll | __pos__ (self) |
str | __repr__ (self) |
Vector4ll | __rmul__ (self, int b) |
Vector4ll | __sub__ (self, Vector4ll b) |
Vector4ll | __truediv__ (self, int a) |
float | length (self) |
int | lengthSq (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector4ll | diagonal (int a) |
Static Public Attributes | |
typing | elements = 4 |
Protected Member Functions | |
int | _Subscript (self, int e) |
int | _Subscript (self, int e) |
Generated from: MR::Vector4ll Aliases: Matrix4_long_long_VectorType four-dimensional vector \\ingroup VectorGroup
|
static |
None mrmeshpy.Vector4ll.__init__ | ( | self | ) |
None mrmeshpy.Vector4ll.__init__ | ( | self, | |
int | x, | ||
int | y, | ||
int | z, | ||
int | w ) |
None mrmeshpy.Vector4ll.__init__ | ( | self, | |
Vector4ll | v ) |
None mrmeshpy.Vector4ll.__init__ | ( | self, | |
Vector4ll | arg0 ) |
Implicit copy constructor.
bool mrmeshpy.Vector4ll.__eq__ | ( | self, | |
Vector4ll | b ) |
Vector4ll mrmeshpy.Vector4ll.__imatmul__ | ( | self, | |
int | b ) |
typing.Iterator[int] mrmeshpy.Vector4ll.__iter__ | ( | self | ) |
Vector4ll mrmeshpy.Vector4ll.__itruediv__ | ( | self, | |
int | b ) |
Vector4ll mrmeshpy.Vector4ll.__mul__ | ( | self, | |
int | a ) |
bool mrmeshpy.Vector4ll.__ne__ | ( | self, | |
Vector4ll | b ) |
Vector4ll mrmeshpy.Vector4ll.__neg__ | ( | self | ) |
Vector4ll mrmeshpy.Vector4ll.__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.Vector4ll.__repr__ | ( | self | ) |
Vector4ll mrmeshpy.Vector4ll.__rmul__ | ( | self, | |
int | b ) |
Vector4ll mrmeshpy.Vector4ll.__truediv__ | ( | self, | |
int | a ) |
|
protected |
|
protected |
|
static |
float mrmeshpy.Vector4ll.length | ( | self | ) |
int mrmeshpy.Vector4ll.lengthSq | ( | self | ) |
|
static |