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

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

Inheritance diagram for MR.SymMatrix4b:

Public Member Functions

unsafe SymMatrix4b ()
 Constructs an empty (default-constructed) instance.
unsafe SymMatrix4b (MR.Const_SymMatrix4b _other)
 Generated from constructor MR.SymMatrix4b.SymMatrix4b.
 SymMatrix4b (SymMatrix4b _other)
 Generated from constructor MR.SymMatrix4b.SymMatrix4b.
unsafe MR.SymMatrix4b assign (MR.Const_SymMatrix4b _other)
 Generated from method MR::SymMatrix4b::operator=.
unsafe MR.SymMatrix4b addAssign (MR.Const_SymMatrix4b b)
 Generated from method MR::SymMatrix4b::operator+=.
unsafe MR.SymMatrix4b subAssign (MR.Const_SymMatrix4b b)
 Generated from method MR::SymMatrix4b::operator-=.
unsafe MR.SymMatrix4b mulAssign (bool b)
 Generated from method MR::SymMatrix4b::operator*=.
unsafe MR.SymMatrix4b divAssign (bool b)
 Generated from method MR::SymMatrix4b::operator/=.
Public Member Functions inherited from MR.Const_SymMatrix4b
virtual void Dispose ()
unsafe Const_SymMatrix4b ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SymMatrix4b (MR.Const_SymMatrix4b _other)
 Generated from constructor MR.SymMatrix4b.SymMatrix4b.
 Const_SymMatrix4b (SymMatrix4b _other)
 Generated from constructor MR.SymMatrix4b.SymMatrix4b.
unsafe bool trace ()
 computes trace of the matrix Generated from method MR.SymMatrix4b.trace.
unsafe bool normSq ()
 computes the squared norm of the matrix, which is equal to the sum of 16 squared elements Generated from method MR.SymMatrix4b.normSq.
bool Equals (MR.Const_SymMatrix4b? _1)
override bool Equals (object? other)

Properties

new unsafe ref bool xx [get]
 zero matrix by default
new unsafe ref bool xy [get]
 zero matrix by default
new unsafe ref bool xz [get]
 zero matrix by default
new unsafe ref bool xw [get]
 zero matrix by default
new unsafe ref bool yy [get]
 zero matrix by default
new unsafe ref bool yz [get]
 zero matrix by default
new unsafe ref bool yw [get]
 zero matrix by default
new unsafe ref bool zz [get]
 zero matrix by default
new unsafe ref bool zw [get]
 zero matrix by default
new unsafe ref bool ww [get]
 zero matrix by default
Properties inherited from MR.Const_SymMatrix4b
unsafe bool xx [get]
 zero matrix by default
unsafe bool xy [get]
 zero matrix by default
unsafe bool xz [get]
 zero matrix by default
unsafe bool xw [get]
 zero matrix by default
unsafe bool yy [get]
 zero matrix by default
unsafe bool yz [get]
 zero matrix by default
unsafe bool yw [get]
 zero matrix by default
unsafe bool zz [get]
 zero matrix by default
unsafe bool zw [get]
 zero matrix by default
unsafe bool ww [get]
 zero matrix by default

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_SymMatrix4b
static unsafe MR.SymMatrix4b identity ()
 Generated from method MR.SymMatrix4b.identity.
static unsafe MR.SymMatrix4b diagonal (bool diagVal)
 Generated from method MR.SymMatrix4b.diagonal.
static unsafe bool operator== (MR.Const_SymMatrix4b _this, MR.Const_SymMatrix4b _1)
 Generated from method MR::SymMatrix4b::operator==.
static unsafe bool operator!= (MR.Const_SymMatrix4b _this, MR.Const_SymMatrix4b _1)
Protected Member Functions inherited from MR.Const_SymMatrix4b
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_SymMatrix4b
unsafe bool * __ref_storage_xx
unsafe bool * __ref_storage_xy
unsafe bool * __ref_storage_xz
unsafe bool * __ref_storage_xw
unsafe bool * __ref_storage_yy
unsafe bool * __ref_storage_yz
unsafe bool * __ref_storage_yw
unsafe bool * __ref_storage_zz
unsafe bool * __ref_storage_zw
unsafe bool * __ref_storage_ww

Detailed Description

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

Constructor & Destructor Documentation

◆ SymMatrix4b() [1/3]

unsafe MR.SymMatrix4b.SymMatrix4b ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix4b() [2/3]

unsafe MR.SymMatrix4b.SymMatrix4b ( MR.Const_SymMatrix4b _other)
inline

Generated from constructor MR.SymMatrix4b.SymMatrix4b.

◆ SymMatrix4b() [3/3]

MR.SymMatrix4b.SymMatrix4b ( SymMatrix4b _other)
inline

Generated from constructor MR.SymMatrix4b.SymMatrix4b.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix4b MR.SymMatrix4b.addAssign ( MR.Const_SymMatrix4b b)
inline

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

◆ assign()

unsafe MR.SymMatrix4b MR.SymMatrix4b.assign ( MR.Const_SymMatrix4b _other)
inline

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

◆ divAssign()

unsafe MR.SymMatrix4b MR.SymMatrix4b.divAssign ( bool b)
inline

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

◆ mulAssign()

unsafe MR.SymMatrix4b MR.SymMatrix4b.mulAssign ( bool b)
inline

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

◆ subAssign()

unsafe MR.SymMatrix4b MR.SymMatrix4b.subAssign ( MR.Const_SymMatrix4b b)
inline

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

Property Documentation

◆ ww

new unsafe ref bool MR.SymMatrix4b.ww
get

zero matrix by default

◆ xw

new unsafe ref bool MR.SymMatrix4b.xw
get

zero matrix by default

◆ xx

new unsafe ref bool MR.SymMatrix4b.xx
get

zero matrix by default

◆ xy

new unsafe ref bool MR.SymMatrix4b.xy
get

zero matrix by default

◆ xz

new unsafe ref bool MR.SymMatrix4b.xz
get

zero matrix by default

◆ yw

new unsafe ref bool MR.SymMatrix4b.yw
get

zero matrix by default

◆ yy

new unsafe ref bool MR.SymMatrix4b.yy
get

zero matrix by default

◆ yz

new unsafe ref bool MR.SymMatrix4b.yz
get

zero matrix by default

◆ zw

new unsafe ref bool MR.SymMatrix4b.zw
get

zero matrix by default

◆ zz

new unsafe ref bool MR.SymMatrix4b.zz
get

zero matrix by default


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