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

Public Member Functions

None __init__ (self)
 
None __init__ (self, int x, int y, int z)
 
None __init__ (self, Vector2ll v)
 
None __init__ (self, Vector3ll arg0)
 
typing.Iterator __iter__ (self)
 
Vector3ll furthestBasisVector (self)
 
float length (self)
 
int lengthSq (self)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
Vector3ll diagonal (int a)
 
Vector3ll minusX ()
 
Vector3ll minusY ()
 
Vector3ll minusZ ()
 
Vector3ll plusX ()
 
Vector3ll plusY ()
 
Vector3ll plusZ ()
 

Static Public Attributes

typing elements = 3
 

Protected Member Functions

int _Subscript (self, int e)
 
int _Subscript (self, int e)
 

Detailed Description

Generated from:  MR::Vector3ll
Aliases:  Vector3_long_long, Matrix3_long_long_VectorType, Vector3_long_long

three-dimensional vector
\\ingroup VectorGroup

Constructor & Destructor Documentation

◆ __init__() [1/5]

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

◆ __init__() [2/5]

None meshlib.mrmeshpy.Vector3ll.__init__ ( self)

◆ __init__() [3/5]

None meshlib.mrmeshpy.Vector3ll.__init__ ( self,
int x,
int y,
int z )

◆ __init__() [4/5]

None meshlib.mrmeshpy.Vector3ll.__init__ ( self,
Vector2ll v )

◆ __init__() [5/5]

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

Member Function Documentation

◆ __iter__()

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

◆ _Subscript() [1/2]

int meshlib.mrmeshpy.Vector3ll._Subscript ( self,
int e )
protected

◆ _Subscript() [2/2]

int meshlib.mrmeshpy.Vector3ll._Subscript ( self,
int e )
protected

◆ diagonal()

Vector3ll meshlib.mrmeshpy.Vector3ll.diagonal ( int a)
static

◆ furthestBasisVector()

Vector3ll meshlib.mrmeshpy.Vector3ll.furthestBasisVector ( self)
returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this

◆ length()

float meshlib.mrmeshpy.Vector3ll.length ( self)

◆ lengthSq()

int meshlib.mrmeshpy.Vector3ll.lengthSq ( self)

◆ minusX()

Vector3ll meshlib.mrmeshpy.Vector3ll.minusX ( )
static

◆ minusY()

Vector3ll meshlib.mrmeshpy.Vector3ll.minusY ( )
static

◆ minusZ()

Vector3ll meshlib.mrmeshpy.Vector3ll.minusZ ( )
static

◆ plusX()

Vector3ll meshlib.mrmeshpy.Vector3ll.plusX ( )
static

◆ plusY()

Vector3ll meshlib.mrmeshpy.Vector3ll.plusY ( )
static

◆ plusZ()

Vector3ll meshlib.mrmeshpy.Vector3ll.plusZ ( )
static

Member Data Documentation

◆ elements

typing meshlib.mrmeshpy.Vector3ll.elements = 3
static

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