Public Member Functions | |
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 arg0) |
Vector4ll | __isub__ (self, Vector4ll b) |
typing.Iterator | __iter__ (self) |
Vector4ll | __itruediv__ (self, int b) |
Vector4ll | __neg__ (self) |
Vector4ll | __pos__ (self) |
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, Vector4_long_long, Vector4_long_long four-dimensional vector \\ingroup VectorGroup
|
static |
None meshlib.mrmeshpy.Vector4ll.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector4ll.__init__ | ( | self, | |
int | x, | ||
int | y, | ||
int | z, | ||
int | w ) |
None meshlib.mrmeshpy.Vector4ll.__init__ | ( | self, | |
Vector4ll | arg0 ) |
Implicit copy constructor.
Vector4ll meshlib.mrmeshpy.Vector4ll.__imatmul__ | ( | self, | |
int | b ) |
typing.Iterator meshlib.mrmeshpy.Vector4ll.__iter__ | ( | self | ) |
Vector4ll meshlib.mrmeshpy.Vector4ll.__itruediv__ | ( | self, | |
int | b ) |
Vector4ll meshlib.mrmeshpy.Vector4ll.__neg__ | ( | self | ) |
Vector4ll meshlib.mrmeshpy.Vector4ll.__pos__ | ( | self | ) |
|
protected |
|
protected |
|
static |
float meshlib.mrmeshpy.Vector4ll.length | ( | self | ) |
int meshlib.mrmeshpy.Vector4ll.lengthSq | ( | self | ) |
|
static |