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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 
None __init__ (*args, **kwargs)
 
Vector4i64 diagonal (int a)
 
Vector4i64 operator (*args, **kwargs)
 
Vector4i64 operator (*args, **kwargs)
 

Static Public Attributes

typing elements = 4
 

Static Protected Attributes

typing _offsetof_w = 24
 
typing _offsetof_x = 0
 
typing _offsetof_y = 8
 
typing _offsetof_z = 16
 

Detailed Description

Generated from:  MR::Vector4i64
Aliases:  Matrix4_long_VectorType

four-dimensional vector

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

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

◆ __init__() [3/4]

None mrmeshpy.Vector4i64.__init__ ( self)

◆ __init__() [4/4]

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

Member Function Documentation

◆ __add__()

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

◆ __eq__()

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

◆ __getitem__() [1/2]

int mrmeshpy.Vector4i64.__getitem__ ( self,
int e )

◆ __getitem__() [2/2]

int mrmeshpy.Vector4i64.__getitem__ ( self,
int e )

◆ __iadd__()

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

◆ __imatmul__()

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

◆ __isub__()

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

◆ __iter__()

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

◆ __itruediv__()

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

◆ __mul__()

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

◆ __ne__()

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

◆ __neg__()

Vector4i64 mrmeshpy.Vector4i64.__neg__ ( self)

◆ __pos__()

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

◆ __rmul__()

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

◆ __setitem__()

None mrmeshpy.Vector4i64.__setitem__ ( self,
int arg0,
int arg1 )

◆ __sub__()

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

◆ __truediv__()

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

◆ diagonal()

Vector4i64 mrmeshpy.Vector4i64.diagonal ( int a)
static

◆ length()

float mrmeshpy.Vector4i64.length ( self)

◆ lengthSq()

int mrmeshpy.Vector4i64.lengthSq ( self)

◆ operator() [1/2]

Vector4i64 mrmeshpy.Vector4i64.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

Vector4i64 mrmeshpy.Vector4i64.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_w

typing mrmeshpy.Vector4i64._offsetof_w = 24
staticprotected

◆ _offsetof_x

typing mrmeshpy.Vector4i64._offsetof_x = 0
staticprotected

◆ _offsetof_y

typing mrmeshpy.Vector4i64._offsetof_y = 8
staticprotected

◆ _offsetof_z

typing mrmeshpy.Vector4i64._offsetof_z = 16
staticprotected

◆ elements

typing mrmeshpy.Vector4i64.elements = 4
static

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