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

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

Inheritance diagram for MR.Const_SymMatrix4b:

Classes

struct  _Underlying

Public Member Functions

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)

Static Public Member Functions

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

virtual unsafe void Dispose (bool disposing)

Protected Attributes

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_SymMatrix4b() [1/3]

unsafe MR.Const_SymMatrix4b.Const_SymMatrix4b ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SymMatrix4b() [2/3]

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

Generated from constructor MR.SymMatrix4b.SymMatrix4b.

◆ Const_SymMatrix4b() [3/3]

MR.Const_SymMatrix4b.Const_SymMatrix4b ( SymMatrix4b _other)
inline

Generated from constructor MR.SymMatrix4b.SymMatrix4b.

Member Function Documentation

◆ diagonal()

unsafe MR.SymMatrix4b MR.Const_SymMatrix4b.diagonal ( bool diagVal)
inlinestatic

Generated from method MR.SymMatrix4b.diagonal.

◆ Dispose() [1/2]

virtual void MR.Const_SymMatrix4b.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ identity()

unsafe MR.SymMatrix4b MR.Const_SymMatrix4b.identity ( )
inlinestatic

Generated from method MR.SymMatrix4b.identity.

◆ normSq()

unsafe bool MR.Const_SymMatrix4b.normSq ( )
inline

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

◆ operator!=()

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

◆ operator==()

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

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

◆ trace()

unsafe bool MR.Const_SymMatrix4b.trace ( )
inline

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

Member Data Documentation

◆ __ref_storage_ww

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_ww
protected

◆ __ref_storage_xw

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_xw
protected

◆ __ref_storage_xx

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_xx
protected

◆ __ref_storage_xy

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_xy
protected

◆ __ref_storage_xz

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_xz
protected

◆ __ref_storage_yw

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_yw
protected

◆ __ref_storage_yy

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_yy
protected

◆ __ref_storage_yz

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_yz
protected

◆ __ref_storage_zw

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_zw
protected

◆ __ref_storage_zz

unsafe bool* MR.Const_SymMatrix4b.__ref_storage_zz
protected

Property Documentation

◆ ww

unsafe bool MR.Const_SymMatrix4b.ww
get

zero matrix by default

◆ xw

unsafe bool MR.Const_SymMatrix4b.xw
get

zero matrix by default

◆ xx

unsafe bool MR.Const_SymMatrix4b.xx
get

zero matrix by default

◆ xy

unsafe bool MR.Const_SymMatrix4b.xy
get

zero matrix by default

◆ xz

unsafe bool MR.Const_SymMatrix4b.xz
get

zero matrix by default

◆ yw

unsafe bool MR.Const_SymMatrix4b.yw
get

zero matrix by default

◆ yy

unsafe bool MR.Const_SymMatrix4b.yy
get

zero matrix by default

◆ yz

unsafe bool MR.Const_SymMatrix4b.yz
get

zero matrix by default

◆ zw

unsafe bool MR.Const_SymMatrix4b.zw
get

zero matrix by default

◆ zz

unsafe bool MR.Const_SymMatrix4b.zz
get

zero matrix by default


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