MeshLib C# Docs
Loading...
Searching...
No Matches
MR.SymMatrix4d Class Reference

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

Inheritance diagram for MR.SymMatrix4d:

Public Member Functions

unsafe SymMatrix4d ()
 Constructs an empty (default-constructed) instance.
unsafe SymMatrix4d (MR.Const_SymMatrix4d _other)
 Generated from constructor MR.SymMatrix4d.SymMatrix4d.
 SymMatrix4d (SymMatrix4d _other)
 Generated from constructor MR.SymMatrix4d.SymMatrix4d.
unsafe MR.SymMatrix4d assign (MR.Const_SymMatrix4d _other)
 Generated from method MR::SymMatrix4d::operator=.
unsafe MR.SymMatrix4d addAssign (MR.Const_SymMatrix4d b)
 Generated from method MR::SymMatrix4d::operator+=.
unsafe MR.SymMatrix4d subAssign (MR.Const_SymMatrix4d b)
 Generated from method MR::SymMatrix4d::operator-=.
unsafe MR.SymMatrix4d mulAssign (double b)
 Generated from method MR::SymMatrix4d::operator*=.
unsafe MR.SymMatrix4d divAssign (double b)
 Generated from method MR::SymMatrix4d::operator/=.
Public Member Functions inherited from MR.Const_SymMatrix4d
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)

Properties

new unsafe ref double xx [get]
 zero matrix by default
new unsafe ref double xy [get]
 zero matrix by default
new unsafe ref double xz [get]
 zero matrix by default
new unsafe ref double xw [get]
 zero matrix by default
new unsafe ref double yy [get]
 zero matrix by default
new unsafe ref double yz [get]
 zero matrix by default
new unsafe ref double yw [get]
 zero matrix by default
new unsafe ref double zz [get]
 zero matrix by default
new unsafe ref double zw [get]
 zero matrix by default
new unsafe ref double ww [get]
 zero matrix by default
Properties inherited from MR.Const_SymMatrix4d
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

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_SymMatrix4d
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 inherited from MR.Const_SymMatrix4d
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_SymMatrix4d
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

Detailed Description

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

Constructor & Destructor Documentation

◆ SymMatrix4d() [1/3]

unsafe MR.SymMatrix4d.SymMatrix4d ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix4d() [2/3]

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

Generated from constructor MR.SymMatrix4d.SymMatrix4d.

◆ SymMatrix4d() [3/3]

MR.SymMatrix4d.SymMatrix4d ( SymMatrix4d _other)
inline

Generated from constructor MR.SymMatrix4d.SymMatrix4d.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix4d MR.SymMatrix4d.addAssign ( MR.Const_SymMatrix4d b)
inline

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

◆ assign()

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

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

◆ divAssign()

unsafe MR.SymMatrix4d MR.SymMatrix4d.divAssign ( double b)
inline

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

◆ mulAssign()

unsafe MR.SymMatrix4d MR.SymMatrix4d.mulAssign ( double b)
inline

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

◆ subAssign()

unsafe MR.SymMatrix4d MR.SymMatrix4d.subAssign ( MR.Const_SymMatrix4d b)
inline

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

Property Documentation

◆ ww

new unsafe ref double MR.SymMatrix4d.ww
get

zero matrix by default

◆ xw

new unsafe ref double MR.SymMatrix4d.xw
get

zero matrix by default

◆ xx

new unsafe ref double MR.SymMatrix4d.xx
get

zero matrix by default

◆ xy

new unsafe ref double MR.SymMatrix4d.xy
get

zero matrix by default

◆ xz

new unsafe ref double MR.SymMatrix4d.xz
get

zero matrix by default

◆ yw

new unsafe ref double MR.SymMatrix4d.yw
get

zero matrix by default

◆ yy

new unsafe ref double MR.SymMatrix4d.yy
get

zero matrix by default

◆ yz

new unsafe ref double MR.SymMatrix4d.yz
get

zero matrix by default

◆ zw

new unsafe ref double MR.SymMatrix4d.zw
get

zero matrix by default

◆ zz

new unsafe ref double MR.SymMatrix4d.zz
get

zero matrix by default


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