MeshLib C# Docs
Loading...
Searching...
No Matches

symmetric 3x3 matrix Generated from class MR.SymMatrix3b. This is the const half of the class. More...

Inheritance diagram for MR.Const_SymMatrix3b:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SymMatrix3b ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SymMatrix3b (MR.Const_SymMatrix3b _other)
 Generated from constructor MR.SymMatrix3b.SymMatrix3b.
 Const_SymMatrix3b (SymMatrix3b _other)
 Generated from constructor MR.SymMatrix3b.SymMatrix3b.
unsafe bool trace ()
 computes trace of the matrix Generated from method MR.SymMatrix3b.trace.
unsafe bool normSq ()
 computes the squared norm of the matrix, which is equal to the sum of 9 squared elements Generated from method MR.SymMatrix3b.normSq.
unsafe bool det ()
 computes determinant of the matrix Generated from method MR.SymMatrix3b.det.
unsafe MR.SymMatrix3b inverse ()
 computes inverse matrix Generated from method MR.SymMatrix3b.inverse.
unsafe MR.SymMatrix3b inverse (bool det)
 computes inverse matrix given determinant of this Generated from method MR.SymMatrix3b.inverse.

Static Public Member Functions

static unsafe MR.SymMatrix3b identity ()
 Generated from method MR.SymMatrix3b.identity.
static unsafe MR.SymMatrix3b diagonal (bool diagVal)
 Generated from method MR.SymMatrix3b.diagonal.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe bool * __ref_storage_xx
unsafe bool * __ref_storage_xy
unsafe bool * __ref_storage_xz
unsafe bool * __ref_storage_yy
unsafe bool * __ref_storage_yz
unsafe bool * __ref_storage_zz

Properties

unsafe bool xx [get]
 zero matrix by default
unsafe bool xy [get]
 zero matrix by default
unsafe bool xz [get]
 zero matrix by default
unsafe bool yy [get]
 zero matrix by default
unsafe bool yz [get]
 zero matrix by default
unsafe bool zz [get]
 zero matrix by default

Detailed Description

symmetric 3x3 matrix Generated from class MR.SymMatrix3b. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_SymMatrix3b() [1/3]

unsafe MR.Const_SymMatrix3b.Const_SymMatrix3b ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SymMatrix3b() [2/3]

unsafe MR.Const_SymMatrix3b.Const_SymMatrix3b ( MR.Const_SymMatrix3b _other)
inline

Generated from constructor MR.SymMatrix3b.SymMatrix3b.

◆ Const_SymMatrix3b() [3/3]

MR.Const_SymMatrix3b.Const_SymMatrix3b ( SymMatrix3b _other)
inline

Generated from constructor MR.SymMatrix3b.SymMatrix3b.

Member Function Documentation

◆ det()

unsafe bool MR.Const_SymMatrix3b.det ( )
inline

computes determinant of the matrix Generated from method MR.SymMatrix3b.det.

◆ diagonal()

unsafe MR.SymMatrix3b MR.Const_SymMatrix3b.diagonal ( bool diagVal)
inlinestatic

Generated from method MR.SymMatrix3b.diagonal.

◆ Dispose() [1/2]

virtual void MR.Const_SymMatrix3b.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_SymMatrix3b.Dispose ( bool disposing)
inlineprotectedvirtual

◆ identity()

unsafe MR.SymMatrix3b MR.Const_SymMatrix3b.identity ( )
inlinestatic

Generated from method MR.SymMatrix3b.identity.

◆ inverse() [1/2]

unsafe MR.SymMatrix3b MR.Const_SymMatrix3b.inverse ( )
inline

computes inverse matrix Generated from method MR.SymMatrix3b.inverse.

◆ inverse() [2/2]

unsafe MR.SymMatrix3b MR.Const_SymMatrix3b.inverse ( bool det)
inline

computes inverse matrix given determinant of this Generated from method MR.SymMatrix3b.inverse.

◆ normSq()

unsafe bool MR.Const_SymMatrix3b.normSq ( )
inline

computes the squared norm of the matrix, which is equal to the sum of 9 squared elements Generated from method MR.SymMatrix3b.normSq.

◆ trace()

unsafe bool MR.Const_SymMatrix3b.trace ( )
inline

computes trace of the matrix Generated from method MR.SymMatrix3b.trace.

Member Data Documentation

◆ __ref_storage_xx

unsafe bool* MR.Const_SymMatrix3b.__ref_storage_xx
protected

◆ __ref_storage_xy

unsafe bool* MR.Const_SymMatrix3b.__ref_storage_xy
protected

◆ __ref_storage_xz

unsafe bool* MR.Const_SymMatrix3b.__ref_storage_xz
protected

◆ __ref_storage_yy

unsafe bool* MR.Const_SymMatrix3b.__ref_storage_yy
protected

◆ __ref_storage_yz

unsafe bool* MR.Const_SymMatrix3b.__ref_storage_yz
protected

◆ __ref_storage_zz

unsafe bool* MR.Const_SymMatrix3b.__ref_storage_zz
protected

Property Documentation

◆ xx

unsafe bool MR.Const_SymMatrix3b.xx
get

zero matrix by default

◆ xy

unsafe bool MR.Const_SymMatrix3b.xy
get

zero matrix by default

◆ xz

unsafe bool MR.Const_SymMatrix3b.xz
get

zero matrix by default

◆ yy

unsafe bool MR.Const_SymMatrix3b.yy
get

zero matrix by default

◆ yz

unsafe bool MR.Const_SymMatrix3b.yz
get

zero matrix by default

◆ zz

unsafe bool MR.Const_SymMatrix3b.zz
get

zero matrix by default


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