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

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

Inheritance diagram for MR.SymMatrix4f:

Public Member Functions

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

Properties

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ SymMatrix4f() [1/3]

unsafe MR.SymMatrix4f.SymMatrix4f ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix4f() [2/3]

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

Generated from constructor MR.SymMatrix4f.SymMatrix4f.

◆ SymMatrix4f() [3/3]

MR.SymMatrix4f.SymMatrix4f ( SymMatrix4f _other)
inline

Generated from constructor MR.SymMatrix4f.SymMatrix4f.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix4f MR.SymMatrix4f.addAssign ( MR.Const_SymMatrix4f b)
inline

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

◆ assign()

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

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

◆ divAssign()

unsafe MR.SymMatrix4f MR.SymMatrix4f.divAssign ( float b)
inline

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

◆ mulAssign()

unsafe MR.SymMatrix4f MR.SymMatrix4f.mulAssign ( float b)
inline

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

◆ subAssign()

unsafe MR.SymMatrix4f MR.SymMatrix4f.subAssign ( MR.Const_SymMatrix4f b)
inline

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

Property Documentation

◆ ww

new unsafe ref float MR.SymMatrix4f.ww
get

zero matrix by default

◆ xw

new unsafe ref float MR.SymMatrix4f.xw
get

zero matrix by default

◆ xx

new unsafe ref float MR.SymMatrix4f.xx
get

zero matrix by default

◆ xy

new unsafe ref float MR.SymMatrix4f.xy
get

zero matrix by default

◆ xz

new unsafe ref float MR.SymMatrix4f.xz
get

zero matrix by default

◆ yw

new unsafe ref float MR.SymMatrix4f.yw
get

zero matrix by default

◆ yy

new unsafe ref float MR.SymMatrix4f.yy
get

zero matrix by default

◆ yz

new unsafe ref float MR.SymMatrix4f.yz
get

zero matrix by default

◆ zw

new unsafe ref float MR.SymMatrix4f.zw
get

zero matrix by default

◆ zz

new unsafe ref float MR.SymMatrix4f.zz
get

zero matrix by default


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