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

symmetric 4x4 matrix Generated from class MR.SymMatrix4d. This is the const half of the class. More...

Inheritance diagram for MR.Const_SymMatrix4d:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SymMatrix4d ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SymMatrix4d (MR.Const_SymMatrix4d _other)
 Generated from constructor MR.SymMatrix4d.SymMatrix4d.
 Const_SymMatrix4d (SymMatrix4d _other)
 Generated from constructor MR.SymMatrix4d.SymMatrix4d.
unsafe double trace ()
 computes trace of the matrix Generated from method MR.SymMatrix4d.trace.
unsafe double normSq ()
 computes the squared norm of the matrix, which is equal to the sum of 16 squared elements Generated from method MR.SymMatrix4d.normSq.
bool Equals (MR.Const_SymMatrix4d? _1)
override bool Equals (object? other)

Static Public Member Functions

static unsafe MR.SymMatrix4d identity ()
 Generated from method MR.SymMatrix4d.identity.
static unsafe MR.SymMatrix4d diagonal (double diagVal)
 Generated from method MR.SymMatrix4d.diagonal.
static unsafe bool operator== (MR.Const_SymMatrix4d _this, MR.Const_SymMatrix4d _1)
 Generated from method MR::SymMatrix4d::operator==.
static unsafe bool operator!= (MR.Const_SymMatrix4d _this, MR.Const_SymMatrix4d _1)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe double * __ref_storage_xx
unsafe double * __ref_storage_xy
unsafe double * __ref_storage_xz
unsafe double * __ref_storage_xw
unsafe double * __ref_storage_yy
unsafe double * __ref_storage_yz
unsafe double * __ref_storage_yw
unsafe double * __ref_storage_zz
unsafe double * __ref_storage_zw
unsafe double * __ref_storage_ww

Properties

unsafe double xx [get]
 zero matrix by default
unsafe double xy [get]
 zero matrix by default
unsafe double xz [get]
 zero matrix by default
unsafe double xw [get]
 zero matrix by default
unsafe double yy [get]
 zero matrix by default
unsafe double yz [get]
 zero matrix by default
unsafe double yw [get]
 zero matrix by default
unsafe double zz [get]
 zero matrix by default
unsafe double zw [get]
 zero matrix by default
unsafe double ww [get]
 zero matrix by default

Detailed Description

symmetric 4x4 matrix Generated from class MR.SymMatrix4d. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_SymMatrix4d() [1/3]

unsafe MR.Const_SymMatrix4d.Const_SymMatrix4d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SymMatrix4d() [2/3]

unsafe MR.Const_SymMatrix4d.Const_SymMatrix4d ( MR.Const_SymMatrix4d _other)
inline

Generated from constructor MR.SymMatrix4d.SymMatrix4d.

◆ Const_SymMatrix4d() [3/3]

MR.Const_SymMatrix4d.Const_SymMatrix4d ( SymMatrix4d _other)
inline

Generated from constructor MR.SymMatrix4d.SymMatrix4d.

Member Function Documentation

◆ diagonal()

unsafe MR.SymMatrix4d MR.Const_SymMatrix4d.diagonal ( double diagVal)
inlinestatic

Generated from method MR.SymMatrix4d.diagonal.

◆ Dispose() [1/2]

virtual void MR.Const_SymMatrix4d.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.Const_SymMatrix4d.Equals ( MR.Const_SymMatrix4d? _1)
inline

◆ Equals() [2/2]

override bool MR.Const_SymMatrix4d.Equals ( object? other)
inline

◆ identity()

unsafe MR.SymMatrix4d MR.Const_SymMatrix4d.identity ( )
inlinestatic

Generated from method MR.SymMatrix4d.identity.

◆ normSq()

unsafe double MR.Const_SymMatrix4d.normSq ( )
inline

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

◆ operator!=()

unsafe bool MR.Const_SymMatrix4d.operator!= ( MR.Const_SymMatrix4d _this,
MR.Const_SymMatrix4d _1 )
inlinestatic

◆ operator==()

unsafe bool MR.Const_SymMatrix4d.operator== ( MR.Const_SymMatrix4d _this,
MR.Const_SymMatrix4d _1 )
inlinestatic

Generated from method MR::SymMatrix4d::operator==.

◆ trace()

unsafe double MR.Const_SymMatrix4d.trace ( )
inline

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

Member Data Documentation

◆ __ref_storage_ww

unsafe double* MR.Const_SymMatrix4d.__ref_storage_ww
protected

◆ __ref_storage_xw

unsafe double* MR.Const_SymMatrix4d.__ref_storage_xw
protected

◆ __ref_storage_xx

unsafe double* MR.Const_SymMatrix4d.__ref_storage_xx
protected

◆ __ref_storage_xy

unsafe double* MR.Const_SymMatrix4d.__ref_storage_xy
protected

◆ __ref_storage_xz

unsafe double* MR.Const_SymMatrix4d.__ref_storage_xz
protected

◆ __ref_storage_yw

unsafe double* MR.Const_SymMatrix4d.__ref_storage_yw
protected

◆ __ref_storage_yy

unsafe double* MR.Const_SymMatrix4d.__ref_storage_yy
protected

◆ __ref_storage_yz

unsafe double* MR.Const_SymMatrix4d.__ref_storage_yz
protected

◆ __ref_storage_zw

unsafe double* MR.Const_SymMatrix4d.__ref_storage_zw
protected

◆ __ref_storage_zz

unsafe double* MR.Const_SymMatrix4d.__ref_storage_zz
protected

Property Documentation

◆ ww

unsafe double MR.Const_SymMatrix4d.ww
get

zero matrix by default

◆ xw

unsafe double MR.Const_SymMatrix4d.xw
get

zero matrix by default

◆ xx

unsafe double MR.Const_SymMatrix4d.xx
get

zero matrix by default

◆ xy

unsafe double MR.Const_SymMatrix4d.xy
get

zero matrix by default

◆ xz

unsafe double MR.Const_SymMatrix4d.xz
get

zero matrix by default

◆ yw

unsafe double MR.Const_SymMatrix4d.yw
get

zero matrix by default

◆ yy

unsafe double MR.Const_SymMatrix4d.yy
get

zero matrix by default

◆ yz

unsafe double MR.Const_SymMatrix4d.yz
get

zero matrix by default

◆ zw

unsafe double MR.Const_SymMatrix4d.zw
get

zero matrix by default

◆ zz

unsafe double MR.Const_SymMatrix4d.zz
get

zero matrix by default


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