Public Member Functions | |
| Vector3i | __add__ (self, Vector3_unsigned_char b) |
| bool | __eq__ (self, Vector3_unsigned_char b) |
| int | __getitem__ (self, int e) |
| int | __getitem__ (self, int e) |
| Vector3_unsigned_char | __iadd__ (self, Vector3_unsigned_char b) |
| Vector3_unsigned_char | __imatmul__ (self, int b) |
| None | __init__ (self) |
| None | __init__ (self, int x, int y, int z) |
| None | __init__ (self, Vector3_unsigned_char arg0) |
| Vector3_unsigned_char | __isub__ (self, Vector3_unsigned_char b) |
| typing.Iterator[int] | __iter__ (self) |
| Vector3_unsigned_char | __itruediv__ (self, int b) |
| Vector3i | __mul__ (self, int a) |
| bool | __ne__ (self, Vector3_unsigned_char b) |
| Vector3i | __neg__ (self) |
| Vector3_unsigned_char | __pos__ (self) |
| str | __repr__ (self) |
| Vector3i | __rmul__ (self, int b) |
| None | __setitem__ (self, int arg0, int arg1) |
| Vector3i | __sub__ (self, Vector3_unsigned_char b) |
| Vector3i | __truediv__ (self, int a) |
| Vector3_unsigned_char | furthestBasisVector (self) |
| float | length (self) |
| int | lengthSq (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | __init__ (*args, **kwargs) |
| Vector3_unsigned_char | diagonal (int a) |
| Vector3_unsigned_char | operator (*args, **kwargs) |
| Vector3_unsigned_char | operator (*args, **kwargs) |
| Vector3_unsigned_char | plusX () |
| Vector3_unsigned_char | plusY () |
| Vector3_unsigned_char | plusZ () |
Static Public Attributes | |
| typing | elements = 3 |
| int | MatrixType = Matrix3_unsigned_char |
| SymMatrixType = SymMatrix3_unsigned_char | |
Static Protected Attributes | |
| typing | _offsetof_x = 0 |
| typing | _offsetof_y = 1 |
| typing | _offsetof_z = 2 |
Generated from: MR::Vector3<unsigned char> Aliases: Matrix3_unsigned_char.VectorType three-dimensional vector
|
static |
|
static |
| None mrmeshpy.Vector3_unsigned_char.__init__ | ( | self | ) |
| None mrmeshpy.Vector3_unsigned_char.__init__ | ( | self, | |
| int | x, | ||
| int | y, | ||
| int | z ) |
| None mrmeshpy.Vector3_unsigned_char.__init__ | ( | self, | |
| Vector3_unsigned_char | arg0 ) |
Implicit copy constructor.
| Vector3i mrmeshpy.Vector3_unsigned_char.__add__ | ( | self, | |
| Vector3_unsigned_char | b ) |
| bool mrmeshpy.Vector3_unsigned_char.__eq__ | ( | self, | |
| Vector3_unsigned_char | b ) |
| int mrmeshpy.Vector3_unsigned_char.__getitem__ | ( | self, | |
| int | e ) |
| int mrmeshpy.Vector3_unsigned_char.__getitem__ | ( | self, | |
| int | e ) |
| Vector3_unsigned_char mrmeshpy.Vector3_unsigned_char.__iadd__ | ( | self, | |
| Vector3_unsigned_char | b ) |
| Vector3_unsigned_char mrmeshpy.Vector3_unsigned_char.__imatmul__ | ( | self, | |
| int | b ) |
| Vector3_unsigned_char mrmeshpy.Vector3_unsigned_char.__isub__ | ( | self, | |
| Vector3_unsigned_char | b ) |
| typing.Iterator[int] mrmeshpy.Vector3_unsigned_char.__iter__ | ( | self | ) |
| Vector3_unsigned_char mrmeshpy.Vector3_unsigned_char.__itruediv__ | ( | self, | |
| int | b ) |
| Vector3i mrmeshpy.Vector3_unsigned_char.__mul__ | ( | self, | |
| int | a ) |
| bool mrmeshpy.Vector3_unsigned_char.__ne__ | ( | self, | |
| Vector3_unsigned_char | b ) |
| Vector3i mrmeshpy.Vector3_unsigned_char.__neg__ | ( | self | ) |
| Vector3_unsigned_char mrmeshpy.Vector3_unsigned_char.__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.Vector3_unsigned_char.__repr__ | ( | self | ) |
| Vector3i mrmeshpy.Vector3_unsigned_char.__rmul__ | ( | self, | |
| int | b ) |
| None mrmeshpy.Vector3_unsigned_char.__setitem__ | ( | self, | |
| int | arg0, | ||
| int | arg1 ) |
| Vector3i mrmeshpy.Vector3_unsigned_char.__sub__ | ( | self, | |
| Vector3_unsigned_char | b ) |
| Vector3i mrmeshpy.Vector3_unsigned_char.__truediv__ | ( | self, | |
| int | a ) |
|
static |
| Vector3_unsigned_char mrmeshpy.Vector3_unsigned_char.furthestBasisVector | ( | self | ) |
returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this
| float mrmeshpy.Vector3_unsigned_char.length | ( | self | ) |
| int mrmeshpy.Vector3_unsigned_char.lengthSq | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |
|
static |
|
static |