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

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

Inheritance diagram for MR.Const_SymMatrix4i:

Classes

struct  _Underlying

Public Member Functions

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

Static Public Member Functions

static unsafe MR.SymMatrix4i identity ()
 Generated from method MR.SymMatrix4i.identity.
static unsafe MR.SymMatrix4i diagonal (int diagVal)
 Generated from method MR.SymMatrix4i.diagonal.
static unsafe bool operator== (MR.Const_SymMatrix4i _this, MR.Const_SymMatrix4i _1)
 Generated from method MR::SymMatrix4i::operator==.
static unsafe bool operator!= (MR.Const_SymMatrix4i _this, MR.Const_SymMatrix4i _1)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_SymMatrix4i() [1/3]

unsafe MR.Const_SymMatrix4i.Const_SymMatrix4i ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SymMatrix4i() [2/3]

unsafe MR.Const_SymMatrix4i.Const_SymMatrix4i ( MR.Const_SymMatrix4i _other)
inline

Generated from constructor MR.SymMatrix4i.SymMatrix4i.

◆ Const_SymMatrix4i() [3/3]

MR.Const_SymMatrix4i.Const_SymMatrix4i ( SymMatrix4i _other)
inline

Generated from constructor MR.SymMatrix4i.SymMatrix4i.

Member Function Documentation

◆ diagonal()

unsafe MR.SymMatrix4i MR.Const_SymMatrix4i.diagonal ( int diagVal)
inlinestatic

Generated from method MR.SymMatrix4i.diagonal.

◆ Dispose() [1/2]

virtual void MR.Const_SymMatrix4i.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ identity()

unsafe MR.SymMatrix4i MR.Const_SymMatrix4i.identity ( )
inlinestatic

Generated from method MR.SymMatrix4i.identity.

◆ normSq()

unsafe int MR.Const_SymMatrix4i.normSq ( )
inline

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

◆ operator!=()

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

◆ operator==()

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

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

◆ trace()

unsafe int MR.Const_SymMatrix4i.trace ( )
inline

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

Member Data Documentation

◆ __ref_storage_ww

unsafe int* MR.Const_SymMatrix4i.__ref_storage_ww
protected

◆ __ref_storage_xw

unsafe int* MR.Const_SymMatrix4i.__ref_storage_xw
protected

◆ __ref_storage_xx

unsafe int* MR.Const_SymMatrix4i.__ref_storage_xx
protected

◆ __ref_storage_xy

unsafe int* MR.Const_SymMatrix4i.__ref_storage_xy
protected

◆ __ref_storage_xz

unsafe int* MR.Const_SymMatrix4i.__ref_storage_xz
protected

◆ __ref_storage_yw

unsafe int* MR.Const_SymMatrix4i.__ref_storage_yw
protected

◆ __ref_storage_yy

unsafe int* MR.Const_SymMatrix4i.__ref_storage_yy
protected

◆ __ref_storage_yz

unsafe int* MR.Const_SymMatrix4i.__ref_storage_yz
protected

◆ __ref_storage_zw

unsafe int* MR.Const_SymMatrix4i.__ref_storage_zw
protected

◆ __ref_storage_zz

unsafe int* MR.Const_SymMatrix4i.__ref_storage_zz
protected

Property Documentation

◆ ww

unsafe int MR.Const_SymMatrix4i.ww
get

zero matrix by default

◆ xw

unsafe int MR.Const_SymMatrix4i.xw
get

zero matrix by default

◆ xx

unsafe int MR.Const_SymMatrix4i.xx
get

zero matrix by default

◆ xy

unsafe int MR.Const_SymMatrix4i.xy
get

zero matrix by default

◆ xz

unsafe int MR.Const_SymMatrix4i.xz
get

zero matrix by default

◆ yw

unsafe int MR.Const_SymMatrix4i.yw
get

zero matrix by default

◆ yy

unsafe int MR.Const_SymMatrix4i.yy
get

zero matrix by default

◆ yz

unsafe int MR.Const_SymMatrix4i.yz
get

zero matrix by default

◆ zw

unsafe int MR.Const_SymMatrix4i.zw
get

zero matrix by default

◆ zz

unsafe int MR.Const_SymMatrix4i.zz
get

zero matrix by default


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