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

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

+ Inheritance diagram for MR.SymMatrix3i:

Public Member Functions

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

Properties

new unsafe ref int xx [get]
 zero matrix by default
 
new unsafe ref int xy [get]
 zero matrix by default
 
new unsafe ref int xz [get]
 zero matrix by default
 
new unsafe ref int yy [get]
 zero matrix by default
 
new unsafe ref int yz [get]
 zero matrix by default
 
new unsafe ref int zz [get]
 zero matrix by default
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SymMatrix3i() [1/3]

unsafe MR.SymMatrix3i.SymMatrix3i ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix3i() [2/3]

unsafe MR.SymMatrix3i.SymMatrix3i ( MR.Const_SymMatrix3i _other)
inline

Generated from constructor MR.SymMatrix3i.SymMatrix3i.

◆ SymMatrix3i() [3/3]

MR.SymMatrix3i.SymMatrix3i ( SymMatrix3i _other)
inline

Generated from constructor MR.SymMatrix3i.SymMatrix3i.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix3i MR.SymMatrix3i.addAssign ( MR.Const_SymMatrix3i b)
inline

Generated from method MR.SymMatrix3i.operator+=.

◆ assign()

unsafe MR.SymMatrix3i MR.SymMatrix3i.assign ( MR.Const_SymMatrix3i _other)
inline

Generated from method MR.SymMatrix3i.operator=.

◆ divAssign()

unsafe MR.SymMatrix3i MR.SymMatrix3i.divAssign ( int b)
inline

Generated from method MR.SymMatrix3i.operator/=.

◆ mulAssign()

unsafe MR.SymMatrix3i MR.SymMatrix3i.mulAssign ( int b)
inline

Generated from method MR.SymMatrix3i.operator*=.

◆ subAssign()

unsafe MR.SymMatrix3i MR.SymMatrix3i.subAssign ( MR.Const_SymMatrix3i b)
inline

Generated from method MR.SymMatrix3i.operator-=.

Property Documentation

◆ xx

new unsafe ref int MR.SymMatrix3i.xx
get

zero matrix by default

◆ xy

new unsafe ref int MR.SymMatrix3i.xy
get

zero matrix by default

◆ xz

new unsafe ref int MR.SymMatrix3i.xz
get

zero matrix by default

◆ yy

new unsafe ref int MR.SymMatrix3i.yy
get

zero matrix by default

◆ yz

new unsafe ref int MR.SymMatrix3i.yz
get

zero matrix by default

◆ zz

new unsafe ref int MR.SymMatrix3i.zz
get

zero matrix by default


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