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

Public Member Functions

Vector4b __iadd__ (self, Vector4b b)
 
Vector4b __imatmul__ (self, bool b)
 
None __init__ (self)
 
None __init__ (self, bool x, bool y, bool z, bool w)
 
None __init__ (self, Vector4b arg0)
 
Vector4b __isub__ (self, Vector4b b)
 
typing.Iterator __iter__ (self)
 
Vector4b __itruediv__ (self, bool b)
 
Vector4b __neg__ (self)
 
Vector4b __pos__ (self)
 
float length (self)
 
bool lengthSq (self)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
Vector4b diagonal (bool a)
 

Static Public Attributes

typing elements = 4
 

Protected Member Functions

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

Detailed Description

Generated from:  MR::Vector4b
Aliases:  Vector4_bool, Vector4_bool, Matrix4_bool_VectorType

four-dimensional vector
\\ingroup VectorGroup

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None meshlib.mrmeshpy.Vector4b.__init__ ( self)

◆ __init__() [3/4]

None meshlib.mrmeshpy.Vector4b.__init__ ( self,
bool x,
bool y,
bool z,
bool w )

◆ __init__() [4/4]

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

Member Function Documentation

◆ __iadd__()

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

◆ __imatmul__()

Vector4b meshlib.mrmeshpy.Vector4b.__imatmul__ ( self,
bool b )

◆ __isub__()

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

◆ __iter__()

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

◆ __itruediv__()

Vector4b meshlib.mrmeshpy.Vector4b.__itruediv__ ( self,
bool b )

◆ __neg__()

Vector4b meshlib.mrmeshpy.Vector4b.__neg__ ( self)

◆ __pos__()

Vector4b meshlib.mrmeshpy.Vector4b.__pos__ ( self)

◆ _Subscript() [1/2]

bool meshlib.mrmeshpy.Vector4b._Subscript ( self,
int e )
protected

◆ _Subscript() [2/2]

bool meshlib.mrmeshpy.Vector4b._Subscript ( self,
int e )
protected

◆ diagonal()

Vector4b meshlib.mrmeshpy.Vector4b.diagonal ( bool a)
static

◆ length()

float meshlib.mrmeshpy.Vector4b.length ( self)

◆ lengthSq()

bool meshlib.mrmeshpy.Vector4b.lengthSq ( self)

Member Data Documentation

◆ elements

typing meshlib.mrmeshpy.Vector4b.elements = 4
static

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