Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, int x, int y, int z) |
None | __init__ (self, Vector2ll v) |
None | __init__ (self, Vector3ll arg0) |
typing.Iterator | __iter__ (self) |
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: Vector3_long_long, Matrix3_long_long_VectorType, Vector3_long_long three-dimensional vector \\ingroup VectorGroup
|
static |
None meshlib.mrmeshpy.Vector3ll.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector3ll.__init__ | ( | self, | |
int | x, | ||
int | y, | ||
int | z ) |
None meshlib.mrmeshpy.Vector3ll.__init__ | ( | self, | |
Vector2ll | v ) |
None meshlib.mrmeshpy.Vector3ll.__init__ | ( | self, | |
Vector3ll | arg0 ) |
Implicit copy constructor.
typing.Iterator meshlib.mrmeshpy.Vector3ll.__iter__ | ( | self | ) |
|
protected |
|
protected |
|
static |
Vector3ll meshlib.mrmeshpy.Vector3ll.furthestBasisVector | ( | self | ) |
returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this
float meshlib.mrmeshpy.Vector3ll.length | ( | self | ) |
int meshlib.mrmeshpy.Vector3ll.lengthSq | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |