Public Member Functions | |
Vector4f | __iadd__ (self, Vector4f b) |
Vector4f | __imatmul__ (self, float b) |
None | __init__ (self) |
None | __init__ (self, float x, float y, float z, float w) |
None | __init__ (self, Vector4f arg0) |
Vector4f | __isub__ (self, Vector4f b) |
typing.Iterator | __iter__ (self) |
Vector4f | __itruediv__ (self, float b) |
Vector4f | __neg__ (self) |
Vector4f | __pos__ (self) |
Vector4f | __rmul__ (self, float b) |
Vector4f | __truediv__ (self, float a) |
bool | isFinite (self) |
float | length (self) |
float | lengthSq (self) |
Vector4f | normalized (self) |
Vector3f | proj3d (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Vector4f | 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::Vector4f Aliases: Vector4_float, Vector4_float, Matrix4_float_VectorType four-dimensional vector \\ingroup VectorGroup
|
static |
None meshlib.mrmeshpy.Vector4f.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector4f.__init__ | ( | self, | |
float | x, | ||
float | y, | ||
float | z, | ||
float | w ) |
None meshlib.mrmeshpy.Vector4f.__init__ | ( | self, | |
Vector4f | arg0 ) |
Implicit copy constructor.
Vector4f meshlib.mrmeshpy.Vector4f.__imatmul__ | ( | self, | |
float | b ) |
typing.Iterator meshlib.mrmeshpy.Vector4f.__iter__ | ( | self | ) |
Vector4f meshlib.mrmeshpy.Vector4f.__itruediv__ | ( | self, | |
float | b ) |
Vector4f meshlib.mrmeshpy.Vector4f.__neg__ | ( | self | ) |
Vector4f meshlib.mrmeshpy.Vector4f.__pos__ | ( | self | ) |
Vector4f meshlib.mrmeshpy.Vector4f.__rmul__ | ( | self, | |
float | b ) |
Vector4f meshlib.mrmeshpy.Vector4f.__truediv__ | ( | self, | |
float | a ) |
|
protected |
|
protected |
|
static |
bool meshlib.mrmeshpy.Vector4f.isFinite | ( | self | ) |
float meshlib.mrmeshpy.Vector4f.length | ( | self | ) |
float meshlib.mrmeshpy.Vector4f.lengthSq | ( | self | ) |
Vector4f meshlib.mrmeshpy.Vector4f.normalized | ( | self | ) |
Vector3f meshlib.mrmeshpy.Vector4f.proj3d | ( | self | ) |
assuming this is a point represented in homogeneous 4D coordinates, returns the point as 3D-vector
|
static |