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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 
Vector3b diagonal (bool a)
 
Vector3b minusX ()
 
Vector3b minusY ()
 
Vector3b minusZ ()
 
Vector3b plusX ()
 
Vector3b plusY ()
 
Vector3b plusZ ()
 

Static Public Attributes

typing elements = 3
 

Protected Member Functions

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

Detailed Description

Generated from:  MR::Vector3b
Aliases:  Box_Vector3f_Vb, Box_Vector3ll_Vb, Box_Vector3d_Vb, Box_Vector3i_Vb, Matrix3_bool_VectorType

three-dimensional vector
\\ingroup VectorGroup

Constructor & Destructor Documentation

◆ __init__() [1/6]

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

◆ __init__() [2/6]

None mrmeshpy.Vector3b.__init__ ( self)

◆ __init__() [3/6]

None mrmeshpy.Vector3b.__init__ ( self,
bool x,
bool y,
bool z )

◆ __init__() [4/6]

None mrmeshpy.Vector3b.__init__ ( self,
Vector2b v )

◆ __init__() [5/6]

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

◆ __init__() [6/6]

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

Member Function Documentation

◆ __add__()

Vector3i mrmeshpy.Vector3b.__add__ ( self,
Vector3b b )

◆ __eq__()

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

◆ __iadd__()

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

◆ __imatmul__()

Vector3b mrmeshpy.Vector3b.__imatmul__ ( self,
bool b )

◆ __isub__()

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

◆ __iter__()

typing.Iterator[bool] mrmeshpy.Vector3b.__iter__ ( self)

◆ __itruediv__()

Vector3b mrmeshpy.Vector3b.__itruediv__ ( self,
bool b )

◆ __mul__()

Vector3i mrmeshpy.Vector3b.__mul__ ( self,
bool a )

◆ __ne__()

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

◆ __neg__()

Vector3i mrmeshpy.Vector3b.__neg__ ( self)

◆ __pos__()

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

◆ __rmul__()

Vector3i mrmeshpy.Vector3b.__rmul__ ( self,
bool b )

◆ __sub__()

Vector3i mrmeshpy.Vector3b.__sub__ ( self,
Vector3b b )

◆ __truediv__()

Vector3i mrmeshpy.Vector3b.__truediv__ ( self,
bool a )

◆ _Subscript() [1/2]

bool mrmeshpy.Vector3b._Subscript ( self,
int e )
protected

◆ _Subscript() [2/2]

bool mrmeshpy.Vector3b._Subscript ( self,
int e )
protected

◆ diagonal()

Vector3b mrmeshpy.Vector3b.diagonal ( bool a)
static

◆ length()

float mrmeshpy.Vector3b.length ( self)

◆ lengthSq()

bool mrmeshpy.Vector3b.lengthSq ( self)

◆ minusX()

Vector3b mrmeshpy.Vector3b.minusX ( )
static

◆ minusY()

Vector3b mrmeshpy.Vector3b.minusY ( )
static

◆ minusZ()

Vector3b mrmeshpy.Vector3b.minusZ ( )
static

◆ plusX()

Vector3b mrmeshpy.Vector3b.plusX ( )
static

◆ plusY()

Vector3b mrmeshpy.Vector3b.plusY ( )
static

◆ plusZ()

Vector3b mrmeshpy.Vector3b.plusZ ( )
static

Member Data Documentation

◆ elements

typing mrmeshpy.Vector3b.elements = 3
static

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