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

Public Member Functions

Vector3ll __add__ (self, Vector3ll b)
 
bool __eq__ (self, Vector3ll b)
 
Vector3ll __iadd__ (self, Vector3ll b)
 
Vector3ll __imatmul__ (self, int b)
 
None __init__ (self)
 
None __init__ (self, int x, int y, int z)
 
None __init__ (self, Vector2ll v)
 
None __init__ (self, Vector3ll v)
 
None __init__ (self, Vector3ll arg0)
 
Vector3ll __isub__ (self, Vector3ll b)
 
typing.Iterator[int] __iter__ (self)
 
Vector3ll __itruediv__ (self, int b)
 
Vector3ll __mul__ (self, int a)
 
bool __ne__ (self, Vector3ll b)
 
Vector3ll __neg__ (self)
 
Vector3ll __pos__ (self)
 
str __repr__ (self)
 
Vector3ll __rmul__ (self, int b)
 
Vector3ll __sub__ (self, Vector3ll b)
 
Vector3ll __truediv__ (self, int a)
 
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:  Matrix3_long_long_VectorType

three-dimensional vector
\\ingroup VectorGroup

Constructor & Destructor Documentation

◆ __init__() [1/6]

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

◆ __init__() [2/6]

None mrmeshpy.Vector3ll.__init__ ( self)

◆ __init__() [3/6]

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

◆ __init__() [4/6]

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

◆ __init__() [5/6]

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

◆ __init__() [6/6]

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

Member Function Documentation

◆ __add__()

Vector3ll mrmeshpy.Vector3ll.__add__ ( self,
Vector3ll b )

◆ __eq__()

bool mrmeshpy.Vector3ll.__eq__ ( self,
Vector3ll b )

◆ __iadd__()

Vector3ll mrmeshpy.Vector3ll.__iadd__ ( self,
Vector3ll b )

◆ __imatmul__()

Vector3ll mrmeshpy.Vector3ll.__imatmul__ ( self,
int b )

◆ __isub__()

Vector3ll mrmeshpy.Vector3ll.__isub__ ( self,
Vector3ll b )

◆ __iter__()

typing.Iterator[int] mrmeshpy.Vector3ll.__iter__ ( self)

◆ __itruediv__()

Vector3ll mrmeshpy.Vector3ll.__itruediv__ ( self,
int b )

◆ __mul__()

Vector3ll mrmeshpy.Vector3ll.__mul__ ( self,
int a )

◆ __ne__()

bool mrmeshpy.Vector3ll.__ne__ ( self,
Vector3ll b )

◆ __neg__()

Vector3ll mrmeshpy.Vector3ll.__neg__ ( self)

◆ __pos__()

Vector3ll mrmeshpy.Vector3ll.__pos__ ( self)
NOTE: We use `std::declval()` in the operators below because libclang 18 in our binding generator is bugged and chokes on decltyping `a.x` and such. TODO fix this when we update libclang.

◆ __repr__()

str mrmeshpy.Vector3ll.__repr__ ( self)

◆ __rmul__()

Vector3ll mrmeshpy.Vector3ll.__rmul__ ( self,
int b )

◆ __sub__()

Vector3ll mrmeshpy.Vector3ll.__sub__ ( self,
Vector3ll b )

◆ __truediv__()

Vector3ll mrmeshpy.Vector3ll.__truediv__ ( self,
int a )

◆ _Subscript() [1/2]

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

◆ _Subscript() [2/2]

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

◆ diagonal()

Vector3ll mrmeshpy.Vector3ll.diagonal ( int a)
static

◆ furthestBasisVector()

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

◆ length()

float mrmeshpy.Vector3ll.length ( self)

◆ lengthSq()

int mrmeshpy.Vector3ll.lengthSq ( self)

◆ minusX()

Vector3ll mrmeshpy.Vector3ll.minusX ( )
static

◆ minusY()

Vector3ll mrmeshpy.Vector3ll.minusY ( )
static

◆ minusZ()

Vector3ll mrmeshpy.Vector3ll.minusZ ( )
static

◆ plusX()

Vector3ll mrmeshpy.Vector3ll.plusX ( )
static

◆ plusY()

Vector3ll mrmeshpy.Vector3ll.plusY ( )
static

◆ plusZ()

Vector3ll mrmeshpy.Vector3ll.plusZ ( )
static

Member Data Documentation

◆ elements

typing mrmeshpy.Vector3ll.elements = 3
static

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