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

Public Member Functions

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 arg0)
 
Vector4ll __isub__ (self, Vector4ll b)
 
typing.Iterator __iter__ (self)
 
Vector4ll __itruediv__ (self, int b)
 
Vector4ll __neg__ (self)
 
Vector4ll __pos__ (self)
 
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, Vector4_long_long, Vector4_long_long

four-dimensional vector
\\ingroup VectorGroup

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None meshlib.mrmeshpy.Vector4ll.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

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

Member Function Documentation

◆ __iadd__()

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

◆ __imatmul__()

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

◆ __isub__()

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

◆ __iter__()

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

◆ __itruediv__()

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

◆ __neg__()

Vector4ll meshlib.mrmeshpy.Vector4ll.__neg__ ( self)

◆ __pos__()

Vector4ll meshlib.mrmeshpy.Vector4ll.__pos__ ( self)

◆ _Subscript() [1/2]

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

◆ _Subscript() [2/2]

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

◆ diagonal()

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

◆ length()

float meshlib.mrmeshpy.Vector4ll.length ( self)

◆ lengthSq()

int meshlib.mrmeshpy.Vector4ll.lengthSq ( self)

Member Data Documentation

◆ elements

typing meshlib.mrmeshpy.Vector4ll.elements = 4
static

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