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

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

Inheritance diagram for MR.SymMatrix4i64:

Public Member Functions

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

Properties

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ SymMatrix4i64() [1/3]

unsafe MR.SymMatrix4i64.SymMatrix4i64 ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix4i64() [2/3]

unsafe MR.SymMatrix4i64.SymMatrix4i64 ( MR.Const_SymMatrix4i64 _other)
inline

Generated from constructor MR.SymMatrix4i64.SymMatrix4i64.

◆ SymMatrix4i64() [3/3]

MR.SymMatrix4i64.SymMatrix4i64 ( SymMatrix4i64 _other)
inline

Generated from constructor MR.SymMatrix4i64.SymMatrix4i64.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix4i64 MR.SymMatrix4i64.addAssign ( MR.Const_SymMatrix4i64 b)
inline

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

◆ assign()

unsafe MR.SymMatrix4i64 MR.SymMatrix4i64.assign ( MR.Const_SymMatrix4i64 _other)
inline

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

◆ divAssign()

unsafe MR.SymMatrix4i64 MR.SymMatrix4i64.divAssign ( long b)
inline

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

◆ mulAssign()

unsafe MR.SymMatrix4i64 MR.SymMatrix4i64.mulAssign ( long b)
inline

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

◆ subAssign()

unsafe MR.SymMatrix4i64 MR.SymMatrix4i64.subAssign ( MR.Const_SymMatrix4i64 b)
inline

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

Property Documentation

◆ ww

new unsafe ref long MR.SymMatrix4i64.ww
get

zero matrix by default

◆ xw

new unsafe ref long MR.SymMatrix4i64.xw
get

zero matrix by default

◆ xx

new unsafe ref long MR.SymMatrix4i64.xx
get

zero matrix by default

◆ xy

new unsafe ref long MR.SymMatrix4i64.xy
get

zero matrix by default

◆ xz

new unsafe ref long MR.SymMatrix4i64.xz
get

zero matrix by default

◆ yw

new unsafe ref long MR.SymMatrix4i64.yw
get

zero matrix by default

◆ yy

new unsafe ref long MR.SymMatrix4i64.yy
get

zero matrix by default

◆ yz

new unsafe ref long MR.SymMatrix4i64.yz
get

zero matrix by default

◆ zw

new unsafe ref long MR.SymMatrix4i64.zw
get

zero matrix by default

◆ zz

new unsafe ref long MR.SymMatrix4i64.zz
get

zero matrix by default


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