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

Public Member Functions

None __init__ (self)
 
None __init__ (self, Matrix3d q, Matrix3d r)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
Matrix3_double_QR operator (*args, **kwargs)
 
Matrix3_double_QR operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_q = 0
 
typing _offsetof_r = 72
 

Detailed Description

Generated from:  MR::Matrix3<double>::QR

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.Matrix3_double_QR.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.Matrix3_double_QR.__init__ ( self,
Matrix3d q,
Matrix3d r )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_q

typing mrmeshpy.Matrix3_double_QR._offsetof_q = 0
staticprotected

◆ _offsetof_r

typing mrmeshpy.Matrix3_double_QR._offsetof_r = 72
staticprotected

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