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

symmetric 4x4 matrix Generated from class MR.SymMatrix4<unsigned char>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.SymMatrix4_UnsignedChar:

Public Member Functions

unsafe SymMatrix4_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
 
unsafe SymMatrix4_UnsignedChar (MR.Const_SymMatrix4_UnsignedChar _other)
 Generated from constructor MR.SymMatrix4<unsigned char>::SymMatrix4.
 
 SymMatrix4_UnsignedChar (SymMatrix4_UnsignedChar _other)
 Generated from constructor MR.SymMatrix4<unsigned char>::SymMatrix4.
 
unsafe MR.SymMatrix4_UnsignedChar assign (MR.Const_SymMatrix4_UnsignedChar _other)
 Generated from method MR.SymMatrix4<unsigned char>::operator=.
 
unsafe MR.SymMatrix4_UnsignedChar addAssign (MR.Const_SymMatrix4_UnsignedChar b)
 Generated from method MR.SymMatrix4<unsigned char>::operator+=.
 
unsafe MR.SymMatrix4_UnsignedChar subAssign (MR.Const_SymMatrix4_UnsignedChar b)
 Generated from method MR.SymMatrix4<unsigned char>::operator-=.
 
unsafe MR.SymMatrix4_UnsignedChar mulAssign (byte b)
 Generated from method MR.SymMatrix4<unsigned char>::operator*=.
 
unsafe MR.SymMatrix4_UnsignedChar divAssign (byte b)
 Generated from method MR.SymMatrix4<unsigned char>::operator/=.
 

Properties

new unsafe ref byte xx [get]
 zero matrix by default
 
new unsafe ref byte xy [get]
 zero matrix by default
 
new unsafe ref byte xz [get]
 zero matrix by default
 
new unsafe ref byte xw [get]
 zero matrix by default
 
new unsafe ref byte yy [get]
 zero matrix by default
 
new unsafe ref byte yz [get]
 zero matrix by default
 
new unsafe ref byte yw [get]
 zero matrix by default
 
new unsafe ref byte zz [get]
 zero matrix by default
 
new unsafe ref byte zw [get]
 zero matrix by default
 
new unsafe ref byte ww [get]
 zero matrix by default
 

Detailed Description

symmetric 4x4 matrix Generated from class MR.SymMatrix4<unsigned char>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SymMatrix4_UnsignedChar() [1/3]

unsafe MR.SymMatrix4_UnsignedChar.SymMatrix4_UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix4_UnsignedChar() [2/3]

unsafe MR.SymMatrix4_UnsignedChar.SymMatrix4_UnsignedChar ( MR.Const_SymMatrix4_UnsignedChar _other)
inline

Generated from constructor MR.SymMatrix4<unsigned char>::SymMatrix4.

◆ SymMatrix4_UnsignedChar() [3/3]

MR.SymMatrix4_UnsignedChar.SymMatrix4_UnsignedChar ( SymMatrix4_UnsignedChar _other)
inline

Generated from constructor MR.SymMatrix4<unsigned char>::SymMatrix4.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix4_UnsignedChar MR.SymMatrix4_UnsignedChar.addAssign ( MR.Const_SymMatrix4_UnsignedChar b)
inline

Generated from method MR.SymMatrix4<unsigned char>::operator+=.

◆ assign()

unsafe MR.SymMatrix4_UnsignedChar MR.SymMatrix4_UnsignedChar.assign ( MR.Const_SymMatrix4_UnsignedChar _other)
inline

Generated from method MR.SymMatrix4<unsigned char>::operator=.

◆ divAssign()

unsafe MR.SymMatrix4_UnsignedChar MR.SymMatrix4_UnsignedChar.divAssign ( byte b)
inline

Generated from method MR.SymMatrix4<unsigned char>::operator/=.

◆ mulAssign()

unsafe MR.SymMatrix4_UnsignedChar MR.SymMatrix4_UnsignedChar.mulAssign ( byte b)
inline

Generated from method MR.SymMatrix4<unsigned char>::operator*=.

◆ subAssign()

unsafe MR.SymMatrix4_UnsignedChar MR.SymMatrix4_UnsignedChar.subAssign ( MR.Const_SymMatrix4_UnsignedChar b)
inline

Generated from method MR.SymMatrix4<unsigned char>::operator-=.

Property Documentation

◆ ww

new unsafe ref byte MR.SymMatrix4_UnsignedChar.ww
get

zero matrix by default

◆ xw

new unsafe ref byte MR.SymMatrix4_UnsignedChar.xw
get

zero matrix by default

◆ xx

new unsafe ref byte MR.SymMatrix4_UnsignedChar.xx
get

zero matrix by default

◆ xy

new unsafe ref byte MR.SymMatrix4_UnsignedChar.xy
get

zero matrix by default

◆ xz

new unsafe ref byte MR.SymMatrix4_UnsignedChar.xz
get

zero matrix by default

◆ yw

new unsafe ref byte MR.SymMatrix4_UnsignedChar.yw
get

zero matrix by default

◆ yy

new unsafe ref byte MR.SymMatrix4_UnsignedChar.yy
get

zero matrix by default

◆ yz

new unsafe ref byte MR.SymMatrix4_UnsignedChar.yz
get

zero matrix by default

◆ zw

new unsafe ref byte MR.SymMatrix4_UnsignedChar.zw
get

zero matrix by default

◆ zz

new unsafe ref byte MR.SymMatrix4_UnsignedChar.zz
get

zero matrix by default


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