Public Member Functions | |
Vector3d | __add__ (self, Vector3d b) |
bool | __eq__ (self, Vector3d b) |
Vector3d | __iadd__ (self, Vector3d b) |
Vector3d | __imatmul__ (self, float b) |
None | __init__ (self) |
None | __init__ (self, float x, float y, float z) |
None | __init__ (self, Vector2d v) |
None | __init__ (self, Vector3d v) |
None | __init__ (self, Vector3f v) |
None | __init__ (self, Vector3d arg0) |
Vector3d | __isub__ (self, Vector3d b) |
typing.Iterator | __iter__ (self) |
Vector3d | __itruediv__ (self, float b) |
Vector3d | __mul__ (self, float a) |
bool | __ne__ (self, Vector3d b) |
Vector3d | __neg__ (self) |
Vector3d | __pos__ (self) |
Vector3d | __rmul__ (self, float b) |
Vector3d | __sub__ (self, Vector3d b) |
Vector3d | __truediv__ (self, float a) |
Vector3d | furthestBasisVector (self) |
bool | isFinite (self) |
float | length (self) |
float | lengthSq (self) |
Vector3d | normalized (self) |
tuple[Vector3d, Vector3d] | perpendicular (self) |
Vector3d | transformed (self, AffineXf3d xf) |
None | unsignZeroValues (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector3d | diagonal (float a) |
Vector3d | minusX () |
Vector3d | minusY () |
Vector3d | minusZ () |
Vector3d | plusX () |
Vector3d | plusY () |
Vector3d | plusZ () |
Static Public Attributes | |
typing | elements = 3 |
Protected Member Functions | |
float | _Subscript (self, int e) |
float | _Subscript (self, int e) |
Generated from: MR::Vector3d Aliases: RigidXf3_double_V, Vector3_double, RigidScaleXf3_double_V, Matrix3_double_VectorType, RigidXf3_double_V, RigidScaleXf3_double_V, Vector3_double, Vector3_double
|
static |
None meshlib.mrmeshpy.Vector3d.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector3d.__init__ | ( | self, | |
float | x, | ||
float | y, | ||
float | z ) |
None meshlib.mrmeshpy.Vector3d.__init__ | ( | self, | |
Vector2d | v ) |
None meshlib.mrmeshpy.Vector3d.__init__ | ( | self, | |
Vector3d | v ) |
None meshlib.mrmeshpy.Vector3d.__init__ | ( | self, | |
Vector3f | v ) |
None meshlib.mrmeshpy.Vector3d.__init__ | ( | self, | |
Vector3d | arg0 ) |
Implicit copy constructor.
bool meshlib.mrmeshpy.Vector3d.__eq__ | ( | self, | |
Vector3d | b ) |
Vector3d meshlib.mrmeshpy.Vector3d.__imatmul__ | ( | self, | |
float | b ) |
typing.Iterator meshlib.mrmeshpy.Vector3d.__iter__ | ( | self | ) |
Vector3d meshlib.mrmeshpy.Vector3d.__itruediv__ | ( | self, | |
float | b ) |
Vector3d meshlib.mrmeshpy.Vector3d.__mul__ | ( | self, | |
float | a ) |
bool meshlib.mrmeshpy.Vector3d.__ne__ | ( | self, | |
Vector3d | b ) |
Vector3d meshlib.mrmeshpy.Vector3d.__neg__ | ( | self | ) |
Vector3d meshlib.mrmeshpy.Vector3d.__pos__ | ( | self | ) |
Vector3d meshlib.mrmeshpy.Vector3d.__rmul__ | ( | self, | |
float | b ) |
Vector3d meshlib.mrmeshpy.Vector3d.__truediv__ | ( | self, | |
float | a ) |
|
protected |
|
protected |
|
static |
Vector3d meshlib.mrmeshpy.Vector3d.furthestBasisVector | ( | self | ) |
bool meshlib.mrmeshpy.Vector3d.isFinite | ( | self | ) |
float meshlib.mrmeshpy.Vector3d.length | ( | self | ) |
float meshlib.mrmeshpy.Vector3d.lengthSq | ( | self | ) |
|
static |
|
static |
|
static |
Vector3d meshlib.mrmeshpy.Vector3d.normalized | ( | self | ) |
|
static |
|
static |
|
static |
Vector3d meshlib.mrmeshpy.Vector3d.transformed | ( | self, | |
AffineXf3d | xf ) |
returns this vector transformed by xf if it is
None meshlib.mrmeshpy.Vector3d.unsignZeroValues | ( | self | ) |
get rid of signed zero values to be sure that equal vectors have identical binary representation
|
static |