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

Public Member Functions

SymMatrix4d __iadd__ (self, SymMatrix4d b)
 
SymMatrix4d __imatmul__ (self, float b)
 
None __init__ (self)
 
SymMatrix4d __isub__ (self, SymMatrix4d b)
 
SymMatrix4d __itruediv__ (self, float b)
 
float normSq (self)
 
float trace (self)
 
float ww (self)
 
None ww (self, float arg1)
 
float xw (self)
 
None xw (self, float arg1)
 
float xx (self)
 
None xx (self, float arg1)
 
float xy (self)
 
None xy (self, float arg1)
 
float xz (self)
 
None xz (self, float arg1)
 
float yw (self)
 
None yw (self, float arg1)
 
float yy (self)
 
None yy (self, float arg1)
 
float yz (self)
 
None yz (self, float arg1)
 
float zw (self)
 
None zw (self, float arg1)
 
float zz (self)
 
None zz (self, float arg1)
 

Static Public Member Functions

bool __eq__ (*args, **kwargs)
 
None __init__ (*args, **kwargs)
 
SymMatrix4d diagonal (float diagVal)
 
SymMatrix4d identity ()
 
SymMatrix4d operator (*args, **kwargs)
 
SymMatrix4d operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_ww = 72
 
typing _offsetof_xw = 24
 
typing _offsetof_xx = 0
 
typing _offsetof_xy = 8
 
typing _offsetof_xz = 16
 
typing _offsetof_yw = 48
 
typing _offsetof_yy = 32
 
typing _offsetof_yz = 40
 
typing _offsetof_zw = 64
 
typing _offsetof_zz = 56
 

Detailed Description

Generated from:  MR::SymMatrix4d
Aliases:  Vector4_double_SymMatrixType

symmetric 4x4 matrix
\\ingroup MatrixGroup

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

None mrmeshpy.SymMatrix4d.__init__ ( self)

Member Function Documentation

◆ __eq__()

bool mrmeshpy.SymMatrix4d.__eq__ ( * args,
** kwargs )
static

◆ __iadd__()

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

◆ __imatmul__()

SymMatrix4d mrmeshpy.SymMatrix4d.__imatmul__ ( self,
float b )

◆ __isub__()

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

◆ __itruediv__()

SymMatrix4d mrmeshpy.SymMatrix4d.__itruediv__ ( self,
float b )

◆ diagonal()

SymMatrix4d mrmeshpy.SymMatrix4d.diagonal ( float diagVal)
static

◆ identity()

SymMatrix4d mrmeshpy.SymMatrix4d.identity ( )
static

◆ normSq()

float mrmeshpy.SymMatrix4d.normSq ( self)
computes the squared norm of the matrix, which is equal to the sum of 16 squared elements

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ trace()

float mrmeshpy.SymMatrix4d.trace ( self)
computes trace of the matrix

◆ ww() [1/2]

float mrmeshpy.SymMatrix4d.ww ( self)
zero matrix by default

◆ ww() [2/2]

None mrmeshpy.SymMatrix4d.ww ( self,
float arg1 )

◆ xw() [1/2]

float mrmeshpy.SymMatrix4d.xw ( self)
zero matrix by default

◆ xw() [2/2]

None mrmeshpy.SymMatrix4d.xw ( self,
float arg1 )

◆ xx() [1/2]

float mrmeshpy.SymMatrix4d.xx ( self)
zero matrix by default

◆ xx() [2/2]

None mrmeshpy.SymMatrix4d.xx ( self,
float arg1 )

◆ xy() [1/2]

float mrmeshpy.SymMatrix4d.xy ( self)
zero matrix by default

◆ xy() [2/2]

None mrmeshpy.SymMatrix4d.xy ( self,
float arg1 )

◆ xz() [1/2]

float mrmeshpy.SymMatrix4d.xz ( self)
zero matrix by default

◆ xz() [2/2]

None mrmeshpy.SymMatrix4d.xz ( self,
float arg1 )

◆ yw() [1/2]

float mrmeshpy.SymMatrix4d.yw ( self)
zero matrix by default

◆ yw() [2/2]

None mrmeshpy.SymMatrix4d.yw ( self,
float arg1 )

◆ yy() [1/2]

float mrmeshpy.SymMatrix4d.yy ( self)
zero matrix by default

◆ yy() [2/2]

None mrmeshpy.SymMatrix4d.yy ( self,
float arg1 )

◆ yz() [1/2]

float mrmeshpy.SymMatrix4d.yz ( self)
zero matrix by default

◆ yz() [2/2]

None mrmeshpy.SymMatrix4d.yz ( self,
float arg1 )

◆ zw() [1/2]

float mrmeshpy.SymMatrix4d.zw ( self)
zero matrix by default

◆ zw() [2/2]

None mrmeshpy.SymMatrix4d.zw ( self,
float arg1 )

◆ zz() [1/2]

float mrmeshpy.SymMatrix4d.zz ( self)
zero matrix by default

◆ zz() [2/2]

None mrmeshpy.SymMatrix4d.zz ( self,
float arg1 )

Member Data Documentation

◆ _offsetof_ww

typing mrmeshpy.SymMatrix4d._offsetof_ww = 72
staticprotected

◆ _offsetof_xw

typing mrmeshpy.SymMatrix4d._offsetof_xw = 24
staticprotected

◆ _offsetof_xx

typing mrmeshpy.SymMatrix4d._offsetof_xx = 0
staticprotected

◆ _offsetof_xy

typing mrmeshpy.SymMatrix4d._offsetof_xy = 8
staticprotected

◆ _offsetof_xz

typing mrmeshpy.SymMatrix4d._offsetof_xz = 16
staticprotected

◆ _offsetof_yw

typing mrmeshpy.SymMatrix4d._offsetof_yw = 48
staticprotected

◆ _offsetof_yy

typing mrmeshpy.SymMatrix4d._offsetof_yy = 32
staticprotected

◆ _offsetof_yz

typing mrmeshpy.SymMatrix4d._offsetof_yz = 40
staticprotected

◆ _offsetof_zw

typing mrmeshpy.SymMatrix4d._offsetof_zw = 64
staticprotected

◆ _offsetof_zz

typing mrmeshpy.SymMatrix4d._offsetof_zz = 56
staticprotected

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