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

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

Inheritance diagram for MR.Const_SymMatrix3i:

Classes

struct  _Underlying

Public Member Functions

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

Static Public Member Functions

static unsafe MR.SymMatrix3i identity ()
 Generated from method MR.SymMatrix3i.identity.
static unsafe MR.SymMatrix3i diagonal (int diagVal)
 Generated from method MR.SymMatrix3i.diagonal.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_SymMatrix3i() [1/3]

unsafe MR.Const_SymMatrix3i.Const_SymMatrix3i ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SymMatrix3i() [2/3]

unsafe MR.Const_SymMatrix3i.Const_SymMatrix3i ( MR.Const_SymMatrix3i _other)
inline

Generated from constructor MR.SymMatrix3i.SymMatrix3i.

◆ Const_SymMatrix3i() [3/3]

MR.Const_SymMatrix3i.Const_SymMatrix3i ( SymMatrix3i _other)
inline

Generated from constructor MR.SymMatrix3i.SymMatrix3i.

Member Function Documentation

◆ det()

unsafe int MR.Const_SymMatrix3i.det ( )
inline

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

◆ diagonal()

unsafe MR.SymMatrix3i MR.Const_SymMatrix3i.diagonal ( int diagVal)
inlinestatic

Generated from method MR.SymMatrix3i.diagonal.

◆ Dispose() [1/2]

virtual void MR.Const_SymMatrix3i.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ identity()

unsafe MR.SymMatrix3i MR.Const_SymMatrix3i.identity ( )
inlinestatic

Generated from method MR.SymMatrix3i.identity.

◆ inverse() [1/2]

unsafe MR.SymMatrix3i MR.Const_SymMatrix3i.inverse ( )
inline

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

◆ inverse() [2/2]

unsafe MR.SymMatrix3i MR.Const_SymMatrix3i.inverse ( int det)
inline

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

◆ normSq()

unsafe int MR.Const_SymMatrix3i.normSq ( )
inline

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

◆ trace()

unsafe int MR.Const_SymMatrix3i.trace ( )
inline

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

Member Data Documentation

◆ __ref_storage_xx

unsafe int* MR.Const_SymMatrix3i.__ref_storage_xx
protected

◆ __ref_storage_xy

unsafe int* MR.Const_SymMatrix3i.__ref_storage_xy
protected

◆ __ref_storage_xz

unsafe int* MR.Const_SymMatrix3i.__ref_storage_xz
protected

◆ __ref_storage_yy

unsafe int* MR.Const_SymMatrix3i.__ref_storage_yy
protected

◆ __ref_storage_yz

unsafe int* MR.Const_SymMatrix3i.__ref_storage_yz
protected

◆ __ref_storage_zz

unsafe int* MR.Const_SymMatrix3i.__ref_storage_zz
protected

Property Documentation

◆ xx

unsafe int MR.Const_SymMatrix3i.xx
get

zero matrix by default

◆ xy

unsafe int MR.Const_SymMatrix3i.xy
get

zero matrix by default

◆ xz

unsafe int MR.Const_SymMatrix3i.xz
get

zero matrix by default

◆ yy

unsafe int MR.Const_SymMatrix3i.yy
get

zero matrix by default

◆ yz

unsafe int MR.Const_SymMatrix3i.yz
get

zero matrix by default

◆ zz

unsafe int MR.Const_SymMatrix3i.zz
get

zero matrix by default


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