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