Public Member Functions | |
Vector3i | __add__ (self, Vector3i b) |
bool | __eq__ (self, Vector3i b) |
Vector3i | __iadd__ (self, Vector3i b) |
Vector3i | __imatmul__ (self, int b) |
None | __init__ (self) |
None | __init__ (self, int x, int y, int z) |
None | __init__ (self, Vector2i v) |
None | __init__ (self, Vector3i v) |
None | __init__ (self, Vector3f v) |
None | __init__ (self, Vector3i arg0) |
Vector3i | __isub__ (self, Vector3i b) |
typing.Iterator | __iter__ (self) |
Vector3i | __itruediv__ (self, int b) |
Vector3i | __mul__ (self, int a) |
bool | __ne__ (self, Vector3i b) |
Vector3i | __neg__ (self) |
Vector3i | __pos__ (self) |
Vector3i | __rmul__ (self, int b) |
Vector3i | __sub__ (self, Vector3i b) |
Vector3i | __truediv__ (self, int a) |
Vector3i | furthestBasisVector (self) |
float | length (self) |
int | lengthSq (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector3i | diagonal (int a) |
Vector3i | minusX () |
Vector3i | minusY () |
Vector3i | minusZ () |
Vector3i | plusX () |
Vector3i | plusY () |
Vector3i | plusZ () |
Static Public Attributes | |
typing | elements = 3 |
Protected Member Functions | |
int | _Subscript (self, int e) |
int | _Subscript (self, int e) |
Generated from: MR::Vector3i Aliases: Vector3_int, Matrix3_int_VectorType, Vector3_int
|
static |
None meshlib.mrmeshpy.Vector3i.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector3i.__init__ | ( | self, | |
int | x, | ||
int | y, | ||
int | z ) |
None meshlib.mrmeshpy.Vector3i.__init__ | ( | self, | |
Vector2i | v ) |
None meshlib.mrmeshpy.Vector3i.__init__ | ( | self, | |
Vector3i | v ) |
None meshlib.mrmeshpy.Vector3i.__init__ | ( | self, | |
Vector3f | v ) |
None meshlib.mrmeshpy.Vector3i.__init__ | ( | self, | |
Vector3i | arg0 ) |
Implicit copy constructor.
bool meshlib.mrmeshpy.Vector3i.__eq__ | ( | self, | |
Vector3i | b ) |
Vector3i meshlib.mrmeshpy.Vector3i.__imatmul__ | ( | self, | |
int | b ) |
typing.Iterator meshlib.mrmeshpy.Vector3i.__iter__ | ( | self | ) |
Vector3i meshlib.mrmeshpy.Vector3i.__itruediv__ | ( | self, | |
int | b ) |
Vector3i meshlib.mrmeshpy.Vector3i.__mul__ | ( | self, | |
int | a ) |
bool meshlib.mrmeshpy.Vector3i.__ne__ | ( | self, | |
Vector3i | b ) |
Vector3i meshlib.mrmeshpy.Vector3i.__neg__ | ( | self | ) |
Vector3i meshlib.mrmeshpy.Vector3i.__pos__ | ( | self | ) |
Vector3i meshlib.mrmeshpy.Vector3i.__rmul__ | ( | self, | |
int | b ) |
Vector3i meshlib.mrmeshpy.Vector3i.__truediv__ | ( | self, | |
int | a ) |
|
protected |
|
protected |
|
static |
Vector3i meshlib.mrmeshpy.Vector3i.furthestBasisVector | ( | self | ) |
float meshlib.mrmeshpy.Vector3i.length | ( | self | ) |
int meshlib.mrmeshpy.Vector3i.lengthSq | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |