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

symmetric 3x3 matrix Generated from class MR.SymMatrix3i64. This is the non-const half of the class. More...

Inheritance diagram for MR.SymMatrix3i64:

Public Member Functions

unsafe SymMatrix3i64 ()
 Constructs an empty (default-constructed) instance.
unsafe SymMatrix3i64 (MR.Const_SymMatrix3i64 _other)
 Generated from constructor MR.SymMatrix3i64.SymMatrix3i64.
 SymMatrix3i64 (SymMatrix3i64 _other)
 Generated from constructor MR.SymMatrix3i64.SymMatrix3i64.
unsafe MR.SymMatrix3i64 assign (MR.Const_SymMatrix3i64 _other)
 Generated from method MR::SymMatrix3i64::operator=.
unsafe MR.SymMatrix3i64 addAssign (MR.Const_SymMatrix3i64 b)
 Generated from method MR::SymMatrix3i64::operator+=.
unsafe MR.SymMatrix3i64 subAssign (MR.Const_SymMatrix3i64 b)
 Generated from method MR::SymMatrix3i64::operator-=.
unsafe MR.SymMatrix3i64 mulAssign (long b)
 Generated from method MR::SymMatrix3i64::operator*=.
unsafe MR.SymMatrix3i64 divAssign (long b)
 Generated from method MR::SymMatrix3i64::operator/=.

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 yy [get]
 zero matrix by default
new unsafe ref long yz [get]
 zero matrix by default
new unsafe ref long zz [get]
 zero matrix by default

Detailed Description

symmetric 3x3 matrix Generated from class MR.SymMatrix3i64. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SymMatrix3i64() [1/3]

unsafe MR.SymMatrix3i64.SymMatrix3i64 ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix3i64() [2/3]

unsafe MR.SymMatrix3i64.SymMatrix3i64 ( MR.Const_SymMatrix3i64 _other)
inline

Generated from constructor MR.SymMatrix3i64.SymMatrix3i64.

◆ SymMatrix3i64() [3/3]

MR.SymMatrix3i64.SymMatrix3i64 ( SymMatrix3i64 _other)
inline

Generated from constructor MR.SymMatrix3i64.SymMatrix3i64.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix3i64 MR.SymMatrix3i64.addAssign ( MR.Const_SymMatrix3i64 b)
inline

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

◆ assign()

unsafe MR.SymMatrix3i64 MR.SymMatrix3i64.assign ( MR.Const_SymMatrix3i64 _other)
inline

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

◆ divAssign()

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

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

◆ mulAssign()

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

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

◆ subAssign()

unsafe MR.SymMatrix3i64 MR.SymMatrix3i64.subAssign ( MR.Const_SymMatrix3i64 b)
inline

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

Property Documentation

◆ xx

new unsafe ref long MR.SymMatrix3i64.xx
get

zero matrix by default

◆ xy

new unsafe ref long MR.SymMatrix3i64.xy
get

zero matrix by default

◆ xz

new unsafe ref long MR.SymMatrix3i64.xz
get

zero matrix by default

◆ yy

new unsafe ref long MR.SymMatrix3i64.yy
get

zero matrix by default

◆ yz

new unsafe ref long MR.SymMatrix3i64.yz
get

zero matrix by default

◆ zz

new unsafe ref long MR.SymMatrix3i64.zz
get

zero matrix by default


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