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

Public Member Functions

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

Static Public Member Functions

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

Static Public Attributes

typing elements = 3
 

Static Protected Attributes

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

Detailed Description

Generated from:  MR::Vector3i64
Aliases:  Matrix3_long_VectorType

three-dimensional vector

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

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

◆ __init__() [3/4]

None mrmeshpy.Vector3i64.__init__ ( self)

◆ __init__() [4/4]

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

Member Function Documentation

◆ __add__()

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

◆ __eq__()

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

◆ __getitem__() [1/2]

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

◆ __getitem__() [2/2]

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

◆ __iadd__()

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

◆ __imatmul__()

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

◆ __isub__()

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

◆ __iter__()

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

◆ __itruediv__()

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

◆ __mul__()

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

◆ __ne__()

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

◆ __neg__()

Vector3i64 mrmeshpy.Vector3i64.__neg__ ( self)

◆ __pos__()

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

◆ __rmul__()

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

◆ __setitem__()

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

◆ __sub__()

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

◆ __truediv__()

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

◆ diagonal()

Vector3i64 mrmeshpy.Vector3i64.diagonal ( int a)
static

◆ furthestBasisVector()

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

◆ length()

float mrmeshpy.Vector3i64.length ( self)

◆ lengthSq()

int mrmeshpy.Vector3i64.lengthSq ( self)

◆ minusX()

Vector3i64 mrmeshpy.Vector3i64.minusX ( )
static

◆ minusY()

Vector3i64 mrmeshpy.Vector3i64.minusY ( )
static

◆ minusZ()

Vector3i64 mrmeshpy.Vector3i64.minusZ ( )
static

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ plusX()

Vector3i64 mrmeshpy.Vector3i64.plusX ( )
static

◆ plusY()

Vector3i64 mrmeshpy.Vector3i64.plusY ( )
static

◆ plusZ()

Vector3i64 mrmeshpy.Vector3i64.plusZ ( )
static

Member Data Documentation

◆ _offsetof_x

typing mrmeshpy.Vector3i64._offsetof_x = 0
staticprotected

◆ _offsetof_y

typing mrmeshpy.Vector3i64._offsetof_y = 8
staticprotected

◆ _offsetof_z

typing mrmeshpy.Vector3i64._offsetof_z = 16
staticprotected

◆ elements

typing mrmeshpy.Vector3i64.elements = 3
static

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