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

Public Member Functions

Vector4ll __add__ (self, Vector4ll b)
 
bool __eq__ (self, Vector4ll b)
 
Vector4ll __iadd__ (self, Vector4ll b)
 
Vector4ll __imatmul__ (self, int b)
 
None __init__ (self)
 
None __init__ (self, int x, int y, int z, int w)
 
None __init__ (self, Vector4ll v)
 
None __init__ (self, Vector4ll arg0)
 
Vector4ll __isub__ (self, Vector4ll b)
 
typing.Iterator[int] __iter__ (self)
 
Vector4ll __itruediv__ (self, int b)
 
Vector4ll __mul__ (self, int a)
 
bool __ne__ (self, Vector4ll b)
 
Vector4ll __neg__ (self)
 
Vector4ll __pos__ (self)
 
str __repr__ (self)
 
Vector4ll __rmul__ (self, int b)
 
Vector4ll __sub__ (self, Vector4ll b)
 
Vector4ll __truediv__ (self, int a)
 
float length (self)
 
int lengthSq (self)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
Vector4ll diagonal (int a)
 

Static Public Attributes

typing elements = 4
 

Protected Member Functions

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

Detailed Description

Generated from:  MR::Vector4ll
Aliases:  Matrix4_long_long_VectorType

four-dimensional vector
\\ingroup VectorGroup

Constructor & Destructor Documentation

◆ __init__() [1/5]

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

◆ __init__() [2/5]

None mrmeshpy.Vector4ll.__init__ ( self)

◆ __init__() [3/5]

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

◆ __init__() [4/5]

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

◆ __init__() [5/5]

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

Member Function Documentation

◆ __add__()

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

◆ __eq__()

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

◆ __iadd__()

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

◆ __imatmul__()

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

◆ __isub__()

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

◆ __iter__()

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

◆ __itruediv__()

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

◆ __mul__()

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

◆ __ne__()

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

◆ __neg__()

Vector4ll mrmeshpy.Vector4ll.__neg__ ( self)

◆ __pos__()

Vector4ll mrmeshpy.Vector4ll.__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.Vector4ll.__repr__ ( self)

◆ __rmul__()

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

◆ __sub__()

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

◆ __truediv__()

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

◆ _Subscript() [1/2]

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

◆ _Subscript() [2/2]

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

◆ diagonal()

Vector4ll mrmeshpy.Vector4ll.diagonal ( int a)
static

◆ length()

float mrmeshpy.Vector4ll.length ( self)

◆ lengthSq()

int mrmeshpy.Vector4ll.lengthSq ( self)

Member Data Documentation

◆ elements

typing mrmeshpy.Vector4ll.elements = 4
static

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