Public Member Functions | |
| Vector3i | __add__ (self, Vector3i b) |
| bool | __eq__ (self, Vector3i b) |
| int | __getitem__ (self, int e) |
| int | __getitem__ (self, int e) |
| 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, Vector3f v) |
| None | __init__ (self, Vector3i arg0) |
| Vector3i | __isub__ (self, Vector3i b) |
| typing.Iterator[int] | __iter__ (self) |
| Vector3i | __itruediv__ (self, int b) |
| Vector3i | __mul__ (self, int a) |
| bool | __ne__ (self, Vector3i b) |
| Vector3i | __neg__ (self) |
| Vector3i | __pos__ (self) |
| str | __repr__ (self) |
| Vector3i | __rmul__ (self, int b) |
| None | __setitem__ (self, int arg0, int arg1) |
| 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) |
| None | __init__ (*args, **kwargs) |
| Vector3i | diagonal (int a) |
| Vector3i | minusX () |
| Vector3i | minusY () |
| Vector3i | minusZ () |
| Vector3i | operator (*args, **kwargs) |
| Vector3i | operator (*args, **kwargs) |
| Vector3i | plusX () |
| Vector3i | plusY () |
| Vector3i | plusZ () |
Static Public Attributes | |
| typing | elements = 3 |
Static Protected Attributes | |
| typing | _offsetof_x = 0 |
| typing | _offsetof_y = 4 |
| typing | _offsetof_z = 8 |
Generated from: MR::Vector3i Aliases: Matrix3_int_VectorType
|
static |
|
static |
| None mrmeshpy.Vector3i.__init__ | ( | self | ) |
| None mrmeshpy.Vector3i.__init__ | ( | self, | |
| int | x, | ||
| int | y, | ||
| int | z ) |
| None mrmeshpy.Vector3i.__init__ | ( | self, | |
| Vector3f | v ) |
Here `T == U` doesn't seem to cause any issues in the C++ code, but we're still disabling it because it somehow gets emitted when generating the bindings, and looks out of place there.
| None mrmeshpy.Vector3i.__init__ | ( | self, | |
| Vector3i | arg0 ) |
Implicit copy constructor.
| bool mrmeshpy.Vector3i.__eq__ | ( | self, | |
| Vector3i | b ) |
| int mrmeshpy.Vector3i.__getitem__ | ( | self, | |
| int | e ) |
| int mrmeshpy.Vector3i.__getitem__ | ( | self, | |
| int | e ) |
| Vector3i mrmeshpy.Vector3i.__imatmul__ | ( | self, | |
| int | b ) |
| typing.Iterator[int] mrmeshpy.Vector3i.__iter__ | ( | self | ) |
| Vector3i mrmeshpy.Vector3i.__itruediv__ | ( | self, | |
| int | b ) |
| Vector3i mrmeshpy.Vector3i.__mul__ | ( | self, | |
| int | a ) |
| bool mrmeshpy.Vector3i.__ne__ | ( | self, | |
| Vector3i | b ) |
| Vector3i mrmeshpy.Vector3i.__neg__ | ( | self | ) |
| Vector3i mrmeshpy.Vector3i.__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.Vector3i.__repr__ | ( | self | ) |
| Vector3i mrmeshpy.Vector3i.__rmul__ | ( | self, | |
| int | b ) |
| None mrmeshpy.Vector3i.__setitem__ | ( | self, | |
| int | arg0, | ||
| int | arg1 ) |
| Vector3i mrmeshpy.Vector3i.__truediv__ | ( | self, | |
| int | a ) |
|
static |
| Vector3i mrmeshpy.Vector3i.furthestBasisVector | ( | self | ) |
| float mrmeshpy.Vector3i.length | ( | self | ) |
| int mrmeshpy.Vector3i.lengthSq | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |