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

symmetric 3x3 matrix Generated from class MR::SymMatrix3<unsigned char>. This is the const half of the class. More...

Inheritance diagram for MR.Const_SymMatrix3_UnsignedChar:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SymMatrix3_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SymMatrix3_UnsignedChar (MR.Const_SymMatrix3_UnsignedChar _other)
 Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3.
 Const_SymMatrix3_UnsignedChar (SymMatrix3_UnsignedChar _other)
 Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3.
unsafe byte trace ()
 computes trace of the matrix Generated from method MR::SymMatrix3<unsigned char>trace.
unsafe byte normSq ()
 computes the squared norm of the matrix, which is equal to the sum of 9 squared elements Generated from method MR::SymMatrix3<unsigned char>normSq.
unsafe byte det ()
 computes determinant of the matrix Generated from method MR::SymMatrix3<unsigned char>det.
unsafe MR.SymMatrix3_UnsignedChar inverse ()
 computes inverse matrix Generated from method MR::SymMatrix3<unsigned char>inverse.
unsafe MR.SymMatrix3_UnsignedChar inverse (byte det)
 computes inverse matrix given determinant of this Generated from method MR::SymMatrix3<unsigned char>inverse.

Static Public Member Functions

static unsafe MR.SymMatrix3_UnsignedChar identity ()
 Generated from method MR::SymMatrix3<unsigned char>identity.
static unsafe MR.SymMatrix3_UnsignedChar diagonal (byte diagVal)
 Generated from method MR::SymMatrix3<unsigned char>diagonal.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

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

Properties

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

Detailed Description

symmetric 3x3 matrix Generated from class MR::SymMatrix3<unsigned char>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_SymMatrix3_UnsignedChar() [1/3]

unsafe MR.Const_SymMatrix3_UnsignedChar.Const_SymMatrix3_UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SymMatrix3_UnsignedChar() [2/3]

unsafe MR.Const_SymMatrix3_UnsignedChar.Const_SymMatrix3_UnsignedChar ( MR.Const_SymMatrix3_UnsignedChar _other)
inline

Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3.

◆ Const_SymMatrix3_UnsignedChar() [3/3]

MR.Const_SymMatrix3_UnsignedChar.Const_SymMatrix3_UnsignedChar ( SymMatrix3_UnsignedChar _other)
inline

Generated from constructor MR::SymMatrix3<unsigned char>::SymMatrix3.

Member Function Documentation

◆ det()

unsafe byte MR.Const_SymMatrix3_UnsignedChar.det ( )
inline

computes determinant of the matrix Generated from method MR::SymMatrix3<unsigned char>det.

◆ diagonal()

unsafe MR.SymMatrix3_UnsignedChar MR.Const_SymMatrix3_UnsignedChar.diagonal ( byte diagVal)
inlinestatic

Generated from method MR::SymMatrix3<unsigned char>diagonal.

◆ Dispose() [1/2]

virtual void MR.Const_SymMatrix3_UnsignedChar.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ identity()

unsafe MR.SymMatrix3_UnsignedChar MR.Const_SymMatrix3_UnsignedChar.identity ( )
inlinestatic

Generated from method MR::SymMatrix3<unsigned char>identity.

◆ inverse() [1/2]

unsafe MR.SymMatrix3_UnsignedChar MR.Const_SymMatrix3_UnsignedChar.inverse ( )
inline

computes inverse matrix Generated from method MR::SymMatrix3<unsigned char>inverse.

◆ inverse() [2/2]

unsafe MR.SymMatrix3_UnsignedChar MR.Const_SymMatrix3_UnsignedChar.inverse ( byte det)
inline

computes inverse matrix given determinant of this Generated from method MR::SymMatrix3<unsigned char>inverse.

◆ normSq()

unsafe byte MR.Const_SymMatrix3_UnsignedChar.normSq ( )
inline

computes the squared norm of the matrix, which is equal to the sum of 9 squared elements Generated from method MR::SymMatrix3<unsigned char>normSq.

◆ trace()

unsafe byte MR.Const_SymMatrix3_UnsignedChar.trace ( )
inline

computes trace of the matrix Generated from method MR::SymMatrix3<unsigned char>trace.

Member Data Documentation

◆ __ref_storage_xx

unsafe byte* MR.Const_SymMatrix3_UnsignedChar.__ref_storage_xx
protected

◆ __ref_storage_xy

unsafe byte* MR.Const_SymMatrix3_UnsignedChar.__ref_storage_xy
protected

◆ __ref_storage_xz

unsafe byte* MR.Const_SymMatrix3_UnsignedChar.__ref_storage_xz
protected

◆ __ref_storage_yy

unsafe byte* MR.Const_SymMatrix3_UnsignedChar.__ref_storage_yy
protected

◆ __ref_storage_yz

unsafe byte* MR.Const_SymMatrix3_UnsignedChar.__ref_storage_yz
protected

◆ __ref_storage_zz

unsafe byte* MR.Const_SymMatrix3_UnsignedChar.__ref_storage_zz
protected

Property Documentation

◆ xx

unsafe byte MR.Const_SymMatrix3_UnsignedChar.xx
get

zero matrix by default

◆ xy

unsafe byte MR.Const_SymMatrix3_UnsignedChar.xy
get

zero matrix by default

◆ xz

unsafe byte MR.Const_SymMatrix3_UnsignedChar.xz
get

zero matrix by default

◆ yy

unsafe byte MR.Const_SymMatrix3_UnsignedChar.yy
get

zero matrix by default

◆ yz

unsafe byte MR.Const_SymMatrix3_UnsignedChar.yz
get

zero matrix by default

◆ zz

unsafe byte MR.Const_SymMatrix3_UnsignedChar.zz
get

zero matrix by default


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