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