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

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

Inheritance diagram for MR.Const_SymMatrix3i64:

Classes

struct  _Underlying

Public Member Functions

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

Static Public Member Functions

static unsafe MR.SymMatrix3i64 identity ()
 Generated from method MR.SymMatrix3i64.identity.
static unsafe MR.SymMatrix3i64 diagonal (long diagVal)
 Generated from method MR.SymMatrix3i64.diagonal.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_SymMatrix3i64() [1/3]

unsafe MR.Const_SymMatrix3i64.Const_SymMatrix3i64 ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SymMatrix3i64() [2/3]

unsafe MR.Const_SymMatrix3i64.Const_SymMatrix3i64 ( MR.Const_SymMatrix3i64 _other)
inline

Generated from constructor MR.SymMatrix3i64.SymMatrix3i64.

◆ Const_SymMatrix3i64() [3/3]

MR.Const_SymMatrix3i64.Const_SymMatrix3i64 ( SymMatrix3i64 _other)
inline

Generated from constructor MR.SymMatrix3i64.SymMatrix3i64.

Member Function Documentation

◆ det()

unsafe long MR.Const_SymMatrix3i64.det ( )
inline

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

◆ diagonal()

unsafe MR.SymMatrix3i64 MR.Const_SymMatrix3i64.diagonal ( long diagVal)
inlinestatic

Generated from method MR.SymMatrix3i64.diagonal.

◆ Dispose() [1/2]

virtual void MR.Const_SymMatrix3i64.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ identity()

unsafe MR.SymMatrix3i64 MR.Const_SymMatrix3i64.identity ( )
inlinestatic

Generated from method MR.SymMatrix3i64.identity.

◆ inverse() [1/2]

unsafe MR.SymMatrix3i64 MR.Const_SymMatrix3i64.inverse ( )
inline

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

◆ inverse() [2/2]

unsafe MR.SymMatrix3i64 MR.Const_SymMatrix3i64.inverse ( long det)
inline

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

◆ normSq()

unsafe long MR.Const_SymMatrix3i64.normSq ( )
inline

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

◆ trace()

unsafe long MR.Const_SymMatrix3i64.trace ( )
inline

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

Member Data Documentation

◆ __ref_storage_xx

unsafe long* MR.Const_SymMatrix3i64.__ref_storage_xx
protected

◆ __ref_storage_xy

unsafe long* MR.Const_SymMatrix3i64.__ref_storage_xy
protected

◆ __ref_storage_xz

unsafe long* MR.Const_SymMatrix3i64.__ref_storage_xz
protected

◆ __ref_storage_yy

unsafe long* MR.Const_SymMatrix3i64.__ref_storage_yy
protected

◆ __ref_storage_yz

unsafe long* MR.Const_SymMatrix3i64.__ref_storage_yz
protected

◆ __ref_storage_zz

unsafe long* MR.Const_SymMatrix3i64.__ref_storage_zz
protected

Property Documentation

◆ xx

unsafe long MR.Const_SymMatrix3i64.xx
get

zero matrix by default

◆ xy

unsafe long MR.Const_SymMatrix3i64.xy
get

zero matrix by default

◆ xz

unsafe long MR.Const_SymMatrix3i64.xz
get

zero matrix by default

◆ yy

unsafe long MR.Const_SymMatrix3i64.yy
get

zero matrix by default

◆ yz

unsafe long MR.Const_SymMatrix3i64.yz
get

zero matrix by default

◆ zz

unsafe long MR.Const_SymMatrix3i64.zz
get

zero matrix by default


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