Public Member Functions | |
Vector4d | __iadd__ (self, Vector4d b) |
Vector4d | __imatmul__ (self, float b) |
None | __init__ (self) |
None | __init__ (self, float x, float y, float z, float w) |
None | __init__ (self, Vector4d arg0) |
Vector4d | __isub__ (self, Vector4d b) |
typing.Iterator | __iter__ (self) |
Vector4d | __itruediv__ (self, float b) |
Vector4d | __neg__ (self) |
Vector4d | __pos__ (self) |
bool | isFinite (self) |
float | length (self) |
float | lengthSq (self) |
Vector4d | normalized (self) |
Vector3d | proj3d (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector4d | diagonal (float a) |
Static Public Attributes | |
typing | elements = 4 |
Protected Member Functions | |
float | _Subscript (self, int e) |
float | _Subscript (self, int e) |
Generated from: MR::Vector4d Aliases: Matrix4_double_VectorType, Vector4_double, Vector4_double four-dimensional vector \\ingroup VectorGroup
|
static |
None meshlib.mrmeshpy.Vector4d.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector4d.__init__ | ( | self, | |
float | x, | ||
float | y, | ||
float | z, | ||
float | w ) |
None meshlib.mrmeshpy.Vector4d.__init__ | ( | self, | |
Vector4d | arg0 ) |
Implicit copy constructor.
Vector4d meshlib.mrmeshpy.Vector4d.__imatmul__ | ( | self, | |
float | b ) |
typing.Iterator meshlib.mrmeshpy.Vector4d.__iter__ | ( | self | ) |
Vector4d meshlib.mrmeshpy.Vector4d.__itruediv__ | ( | self, | |
float | b ) |
Vector4d meshlib.mrmeshpy.Vector4d.__neg__ | ( | self | ) |
Vector4d meshlib.mrmeshpy.Vector4d.__pos__ | ( | self | ) |
|
protected |
|
protected |
|
static |
bool meshlib.mrmeshpy.Vector4d.isFinite | ( | self | ) |
float meshlib.mrmeshpy.Vector4d.length | ( | self | ) |
float meshlib.mrmeshpy.Vector4d.lengthSq | ( | self | ) |
Vector4d meshlib.mrmeshpy.Vector4d.normalized | ( | self | ) |
Vector3d meshlib.mrmeshpy.Vector4d.proj3d | ( | self | ) |
assuming this is a point represented in homogeneous 4D coordinates, returns the point as 3D-vector
|
static |