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

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

+ Inheritance diagram for MR.SymMatrix4i:

Public Member Functions

unsafe SymMatrix4i ()
 Constructs an empty (default-constructed) instance.
 
unsafe SymMatrix4i (MR.Const_SymMatrix4i _other)
 Generated from constructor MR.SymMatrix4i.SymMatrix4i.
 
 SymMatrix4i (SymMatrix4i _other)
 Generated from constructor MR.SymMatrix4i.SymMatrix4i.
 
unsafe MR.SymMatrix4i assign (MR.Const_SymMatrix4i _other)
 Generated from method MR.SymMatrix4i.operator=.
 
unsafe MR.SymMatrix4i addAssign (MR.Const_SymMatrix4i b)
 Generated from method MR.SymMatrix4i.operator+=.
 
unsafe MR.SymMatrix4i subAssign (MR.Const_SymMatrix4i b)
 Generated from method MR.SymMatrix4i.operator-=.
 
unsafe MR.SymMatrix4i mulAssign (int b)
 Generated from method MR.SymMatrix4i.operator*=.
 
unsafe MR.SymMatrix4i divAssign (int b)
 Generated from method MR.SymMatrix4i.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 xw [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 yw [get]
 zero matrix by default
 
new unsafe ref int zz [get]
 zero matrix by default
 
new unsafe ref int zw [get]
 zero matrix by default
 
new unsafe ref int ww [get]
 zero matrix by default
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SymMatrix4i() [1/3]

unsafe MR.SymMatrix4i.SymMatrix4i ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix4i() [2/3]

unsafe MR.SymMatrix4i.SymMatrix4i ( MR.Const_SymMatrix4i _other)
inline

Generated from constructor MR.SymMatrix4i.SymMatrix4i.

◆ SymMatrix4i() [3/3]

MR.SymMatrix4i.SymMatrix4i ( SymMatrix4i _other)
inline

Generated from constructor MR.SymMatrix4i.SymMatrix4i.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix4i MR.SymMatrix4i.addAssign ( MR.Const_SymMatrix4i b)
inline

Generated from method MR.SymMatrix4i.operator+=.

◆ assign()

unsafe MR.SymMatrix4i MR.SymMatrix4i.assign ( MR.Const_SymMatrix4i _other)
inline

Generated from method MR.SymMatrix4i.operator=.

◆ divAssign()

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

Generated from method MR.SymMatrix4i.operator/=.

◆ mulAssign()

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

Generated from method MR.SymMatrix4i.operator*=.

◆ subAssign()

unsafe MR.SymMatrix4i MR.SymMatrix4i.subAssign ( MR.Const_SymMatrix4i b)
inline

Generated from method MR.SymMatrix4i.operator-=.

Property Documentation

◆ ww

new unsafe ref int MR.SymMatrix4i.ww
get

zero matrix by default

◆ xw

new unsafe ref int MR.SymMatrix4i.xw
get

zero matrix by default

◆ xx

new unsafe ref int MR.SymMatrix4i.xx
get

zero matrix by default

◆ xy

new unsafe ref int MR.SymMatrix4i.xy
get

zero matrix by default

◆ xz

new unsafe ref int MR.SymMatrix4i.xz
get

zero matrix by default

◆ yw

new unsafe ref int MR.SymMatrix4i.yw
get

zero matrix by default

◆ yy

new unsafe ref int MR.SymMatrix4i.yy
get

zero matrix by default

◆ yz

new unsafe ref int MR.SymMatrix4i.yz
get

zero matrix by default

◆ zw

new unsafe ref int MR.SymMatrix4i.zw
get

zero matrix by default

◆ zz

new unsafe ref int MR.SymMatrix4i.zz
get

zero matrix by default


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