Public Member Functions | |
Vector2f | __add__ (self, Vector2f b) |
bool | __eq__ (self, Vector2f b) |
Vector2f | __iadd__ (self, Vector2f b) |
Vector2f | __imatmul__ (self, float b) |
None | __init__ (self) |
None | __init__ (self, float x, float y) |
None | __init__ (self, Vector3f v) |
None | __init__ (self, Vector2f v) |
None | __init__ (self, Vector2f arg0) |
Vector2f | __isub__ (self, Vector2f b) |
typing.Iterator | __iter__ (self) |
Vector2f | __itruediv__ (self, float b) |
Vector2f | __mul__ (self, float a) |
bool | __ne__ (self, Vector2f b) |
Vector2f | __neg__ (self) |
Vector2f | __pos__ (self) |
Vector2f | __rmul__ (self, float b) |
Vector2f | __sub__ (self, Vector2f b) |
Vector2f | __truediv__ (self, float a) |
Vector2f | furthestBasisVector (self) |
bool | isFinite (self) |
float | length (self) |
float | lengthSq (self) |
Vector2f | normalized (self) |
Vector2f | perpendicular (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector2f | diagonal (float a) |
Vector2f | minusX () |
Vector2f | minusY () |
Vector2f | plusX () |
Vector2f | plusY () |
Static Public Attributes | |
typing | elements = 2 |
Protected Member Functions | |
float | _Subscript (self, int e) |
float | _Subscript (self, int e) |
Generated from: MR::Vector2f Aliases: UVCoord, Matrix2_float_VectorType, Vector_Vector2f_VertId_reference, std_vector_Vector2f_reference, Vector2_float, UVCoord, Vector_Vector2f_VertId_const_reference, std_vector_Vector2f_const_reference, Vector2_float, Vector_Vector2f_VertId_value_type, std_vector_Vector2f_value_type, Vector2_float
|
static |
None meshlib.mrmeshpy.Vector2f.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector2f.__init__ | ( | self, | |
float | x, | ||
float | y ) |
None meshlib.mrmeshpy.Vector2f.__init__ | ( | self, | |
Vector3f | v ) |
None meshlib.mrmeshpy.Vector2f.__init__ | ( | self, | |
Vector2f | v ) |
None meshlib.mrmeshpy.Vector2f.__init__ | ( | self, | |
Vector2f | arg0 ) |
Implicit copy constructor.
bool meshlib.mrmeshpy.Vector2f.__eq__ | ( | self, | |
Vector2f | b ) |
Vector2f meshlib.mrmeshpy.Vector2f.__imatmul__ | ( | self, | |
float | b ) |
typing.Iterator meshlib.mrmeshpy.Vector2f.__iter__ | ( | self | ) |
Vector2f meshlib.mrmeshpy.Vector2f.__itruediv__ | ( | self, | |
float | b ) |
Vector2f meshlib.mrmeshpy.Vector2f.__mul__ | ( | self, | |
float | a ) |
bool meshlib.mrmeshpy.Vector2f.__ne__ | ( | self, | |
Vector2f | b ) |
Vector2f meshlib.mrmeshpy.Vector2f.__neg__ | ( | self | ) |
Vector2f meshlib.mrmeshpy.Vector2f.__pos__ | ( | self | ) |
Vector2f meshlib.mrmeshpy.Vector2f.__rmul__ | ( | self, | |
float | b ) |
Vector2f meshlib.mrmeshpy.Vector2f.__truediv__ | ( | self, | |
float | a ) |
|
protected |
|
protected |
|
static |
Vector2f meshlib.mrmeshpy.Vector2f.furthestBasisVector | ( | self | ) |
bool meshlib.mrmeshpy.Vector2f.isFinite | ( | self | ) |
float meshlib.mrmeshpy.Vector2f.length | ( | self | ) |
float meshlib.mrmeshpy.Vector2f.lengthSq | ( | self | ) |
|
static |
|
static |
Vector2f meshlib.mrmeshpy.Vector2f.normalized | ( | self | ) |
Vector2f meshlib.mrmeshpy.Vector2f.perpendicular | ( | self | ) |
returns same length vector orthogonal to this (rotated 90 degrees counter-clockwise)
|
static |
|
static |
|
static |