MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.Vector3d Class Reference

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, Vector3dperpendicular (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)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__() [1/7]

None meshlib.mrmeshpy.Vector3d.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/7]

None meshlib.mrmeshpy.Vector3d.__init__ ( self)

◆ __init__() [3/7]

None meshlib.mrmeshpy.Vector3d.__init__ ( self,
float x,
float y,
float z )

◆ __init__() [4/7]

None meshlib.mrmeshpy.Vector3d.__init__ ( self,
Vector2d v )

◆ __init__() [5/7]

None meshlib.mrmeshpy.Vector3d.__init__ ( self,
Vector3d v )

◆ __init__() [6/7]

None meshlib.mrmeshpy.Vector3d.__init__ ( self,
Vector3f v )

◆ __init__() [7/7]

None meshlib.mrmeshpy.Vector3d.__init__ ( self,
Vector3d arg0 )
Implicit copy constructor.

Member Function Documentation

◆ __add__()

Vector3d meshlib.mrmeshpy.Vector3d.__add__ ( self,
Vector3d b )

◆ __eq__()

bool meshlib.mrmeshpy.Vector3d.__eq__ ( self,
Vector3d b )

◆ __iadd__()

Vector3d meshlib.mrmeshpy.Vector3d.__iadd__ ( self,
Vector3d b )
\\related Vector3
\\{

◆ __imatmul__()

Vector3d meshlib.mrmeshpy.Vector3d.__imatmul__ ( self,
float b )

◆ __isub__()

Vector3d meshlib.mrmeshpy.Vector3d.__isub__ ( self,
Vector3d b )

◆ __iter__()

typing.Iterator meshlib.mrmeshpy.Vector3d.__iter__ ( self)

◆ __itruediv__()

Vector3d meshlib.mrmeshpy.Vector3d.__itruediv__ ( self,
float b )

◆ __mul__()

Vector3d meshlib.mrmeshpy.Vector3d.__mul__ ( self,
float a )

◆ __ne__()

bool meshlib.mrmeshpy.Vector3d.__ne__ ( self,
Vector3d b )

◆ __neg__()

Vector3d meshlib.mrmeshpy.Vector3d.__neg__ ( self)

◆ __pos__()

Vector3d meshlib.mrmeshpy.Vector3d.__pos__ ( self)

◆ __rmul__()

Vector3d meshlib.mrmeshpy.Vector3d.__rmul__ ( self,
float b )

◆ __sub__()

Vector3d meshlib.mrmeshpy.Vector3d.__sub__ ( self,
Vector3d b )

◆ __truediv__()

Vector3d meshlib.mrmeshpy.Vector3d.__truediv__ ( self,
float a )

◆ _Subscript() [1/2]

float meshlib.mrmeshpy.Vector3d._Subscript ( self,
int e )
protected

◆ _Subscript() [2/2]

float meshlib.mrmeshpy.Vector3d._Subscript ( self,
int e )
protected

◆ diagonal()

Vector3d meshlib.mrmeshpy.Vector3d.diagonal ( float a)
static

◆ furthestBasisVector()

Vector3d meshlib.mrmeshpy.Vector3d.furthestBasisVector ( self)

◆ isFinite()

bool meshlib.mrmeshpy.Vector3d.isFinite ( self)

◆ length()

float meshlib.mrmeshpy.Vector3d.length ( self)

◆ lengthSq()

float meshlib.mrmeshpy.Vector3d.lengthSq ( self)

◆ minusX()

Vector3d meshlib.mrmeshpy.Vector3d.minusX ( )
static

◆ minusY()

Vector3d meshlib.mrmeshpy.Vector3d.minusY ( )
static

◆ minusZ()

Vector3d meshlib.mrmeshpy.Vector3d.minusZ ( )
static

◆ normalized()

Vector3d meshlib.mrmeshpy.Vector3d.normalized ( self)

◆ perpendicular()

tuple[Vector3d, Vector3d] meshlib.mrmeshpy.Vector3d.perpendicular ( self)

◆ plusX()

Vector3d meshlib.mrmeshpy.Vector3d.plusX ( )
static

◆ plusY()

Vector3d meshlib.mrmeshpy.Vector3d.plusY ( )
static

◆ plusZ()

Vector3d meshlib.mrmeshpy.Vector3d.plusZ ( )
static

◆ transformed()

Vector3d meshlib.mrmeshpy.Vector3d.transformed ( self,
AffineXf3d xf )
returns this vector transformed by xf if it is

◆ unsignZeroValues()

None meshlib.mrmeshpy.Vector3d.unsignZeroValues ( self)
get rid of signed zero values to be sure that equal vectors have identical binary representation

Member Data Documentation

◆ elements

typing meshlib.mrmeshpy.Vector3d.elements = 3
static

The documentation for this class was generated from the following file: