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

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

Inheritance diagram for MR.Const_SymMatrix4f:

Classes

struct  _Underlying

Public Member Functions

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

Static Public Member Functions

static unsafe MR.SymMatrix4f identity ()
 Generated from method MR.SymMatrix4f.identity.
static unsafe MR.SymMatrix4f diagonal (float diagVal)
 Generated from method MR.SymMatrix4f.diagonal.
static unsafe bool operator== (MR.Const_SymMatrix4f _this, MR.Const_SymMatrix4f _1)
 Generated from method MR::SymMatrix4f::operator==.
static unsafe bool operator!= (MR.Const_SymMatrix4f _this, MR.Const_SymMatrix4f _1)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_SymMatrix4f() [1/3]

unsafe MR.Const_SymMatrix4f.Const_SymMatrix4f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SymMatrix4f() [2/3]

unsafe MR.Const_SymMatrix4f.Const_SymMatrix4f ( MR.Const_SymMatrix4f _other)
inline

Generated from constructor MR.SymMatrix4f.SymMatrix4f.

◆ Const_SymMatrix4f() [3/3]

MR.Const_SymMatrix4f.Const_SymMatrix4f ( SymMatrix4f _other)
inline

Generated from constructor MR.SymMatrix4f.SymMatrix4f.

Member Function Documentation

◆ diagonal()

unsafe MR.SymMatrix4f MR.Const_SymMatrix4f.diagonal ( float diagVal)
inlinestatic

Generated from method MR.SymMatrix4f.diagonal.

◆ Dispose() [1/2]

virtual void MR.Const_SymMatrix4f.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ identity()

unsafe MR.SymMatrix4f MR.Const_SymMatrix4f.identity ( )
inlinestatic

Generated from method MR.SymMatrix4f.identity.

◆ normSq()

unsafe float MR.Const_SymMatrix4f.normSq ( )
inline

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

◆ operator!=()

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

◆ operator==()

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

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

◆ trace()

unsafe float MR.Const_SymMatrix4f.trace ( )
inline

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

Member Data Documentation

◆ __ref_storage_ww

unsafe float* MR.Const_SymMatrix4f.__ref_storage_ww
protected

◆ __ref_storage_xw

unsafe float* MR.Const_SymMatrix4f.__ref_storage_xw
protected

◆ __ref_storage_xx

unsafe float* MR.Const_SymMatrix4f.__ref_storage_xx
protected

◆ __ref_storage_xy

unsafe float* MR.Const_SymMatrix4f.__ref_storage_xy
protected

◆ __ref_storage_xz

unsafe float* MR.Const_SymMatrix4f.__ref_storage_xz
protected

◆ __ref_storage_yw

unsafe float* MR.Const_SymMatrix4f.__ref_storage_yw
protected

◆ __ref_storage_yy

unsafe float* MR.Const_SymMatrix4f.__ref_storage_yy
protected

◆ __ref_storage_yz

unsafe float* MR.Const_SymMatrix4f.__ref_storage_yz
protected

◆ __ref_storage_zw

unsafe float* MR.Const_SymMatrix4f.__ref_storage_zw
protected

◆ __ref_storage_zz

unsafe float* MR.Const_SymMatrix4f.__ref_storage_zz
protected

Property Documentation

◆ ww

unsafe float MR.Const_SymMatrix4f.ww
get

zero matrix by default

◆ xw

unsafe float MR.Const_SymMatrix4f.xw
get

zero matrix by default

◆ xx

unsafe float MR.Const_SymMatrix4f.xx
get

zero matrix by default

◆ xy

unsafe float MR.Const_SymMatrix4f.xy
get

zero matrix by default

◆ xz

unsafe float MR.Const_SymMatrix4f.xz
get

zero matrix by default

◆ yw

unsafe float MR.Const_SymMatrix4f.yw
get

zero matrix by default

◆ yy

unsafe float MR.Const_SymMatrix4f.yy
get

zero matrix by default

◆ yz

unsafe float MR.Const_SymMatrix4f.yz
get

zero matrix by default

◆ zw

unsafe float MR.Const_SymMatrix4f.zw
get

zero matrix by default

◆ zz

unsafe float MR.Const_SymMatrix4f.zz
get

zero matrix by default


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