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

arbitrary 3x3 matrix Generated from class MR.Matrix3<unsigned char>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Matrix3_UnsignedChar:

Public Member Functions

unsafe Matrix3_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
 
unsafe Matrix3_UnsignedChar (MR.Const_Matrix3_UnsignedChar _other)
 Generated from constructor MR.Matrix3<unsigned char>::Matrix3.
 
 Matrix3_UnsignedChar (Matrix3_UnsignedChar _other)
 Generated from constructor MR.Matrix3<unsigned char>::Matrix3.
 
unsafe Matrix3_UnsignedChar (MR.Const_Vector3_UnsignedChar x, MR.Const_Vector3_UnsignedChar y, MR.Const_Vector3_UnsignedChar z)
 initializes matrix from its 3 rows Generated from constructor MR.Matrix3<unsigned char>::Matrix3.
 
unsafe MR.Matrix3_UnsignedChar assign (MR.Const_Matrix3_UnsignedChar _other)
 Generated from method MR.Matrix3<unsigned char>::operator=.
 
unsafe MR.Matrix3_UnsignedChar addAssign (MR.Const_Matrix3_UnsignedChar b)
 Generated from function MR.operator+=.
 
unsafe MR.Matrix3_UnsignedChar subAssign (MR.Const_Matrix3_UnsignedChar b)
 Generated from function MR.operator-=.
 
unsafe MR.Matrix3_UnsignedChar mulAssign (byte b)
 Generated from function MR.operator*=.
 
unsafe MR.Matrix3_UnsignedChar divAssign (byte b)
 Generated from function MR.operator/=.
 

Properties

new unsafe MR.Vector3_UnsignedChar x [get, protected set]
 rows, identity matrix by default
 
new unsafe MR.Vector3_UnsignedChar y [get, protected set]
 
new unsafe MR.Vector3_UnsignedChar z [get, protected set]
 
unsafe new MR.Vector3_UnsignedChar this[int row] [get]
 Generated from method MR.Matrix3<unsigned char>::operator[].
 

Detailed Description

arbitrary 3x3 matrix Generated from class MR.Matrix3<unsigned char>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Matrix3_UnsignedChar() [1/4]

unsafe MR.Matrix3_UnsignedChar.Matrix3_UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ Matrix3_UnsignedChar() [2/4]

unsafe MR.Matrix3_UnsignedChar.Matrix3_UnsignedChar ( MR.Const_Matrix3_UnsignedChar _other)
inline

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

◆ Matrix3_UnsignedChar() [3/4]

MR.Matrix3_UnsignedChar.Matrix3_UnsignedChar ( Matrix3_UnsignedChar _other)
inline

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

◆ Matrix3_UnsignedChar() [4/4]

unsafe MR.Matrix3_UnsignedChar.Matrix3_UnsignedChar ( MR.Const_Vector3_UnsignedChar x,
MR.Const_Vector3_UnsignedChar y,
MR.Const_Vector3_UnsignedChar z )
inline

initializes matrix from its 3 rows Generated from constructor MR.Matrix3<unsigned char>::Matrix3.

Member Function Documentation

◆ addAssign()

unsafe MR.Matrix3_UnsignedChar MR.Matrix3_UnsignedChar.addAssign ( MR.Const_Matrix3_UnsignedChar b)
inline

Generated from function MR.operator+=.

◆ assign()

unsafe MR.Matrix3_UnsignedChar MR.Matrix3_UnsignedChar.assign ( MR.Const_Matrix3_UnsignedChar _other)
inline

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

◆ divAssign()

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

Generated from function MR.operator/=.

◆ mulAssign()

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

Generated from function MR.operator*=.

◆ subAssign()

unsafe MR.Matrix3_UnsignedChar MR.Matrix3_UnsignedChar.subAssign ( MR.Const_Matrix3_UnsignedChar b)
inline

Generated from function MR.operator-=.

Property Documentation

◆ this[int row]

unsafe new MR.Vector3_UnsignedChar MR.Matrix3_UnsignedChar.this[int row]
get

Generated from method MR.Matrix3<unsigned char>::operator[].

◆ x

new unsafe MR.Vector3_UnsignedChar MR.Matrix3_UnsignedChar.x
getprotected set

rows, identity matrix by default

◆ y

new unsafe MR.Vector3_UnsignedChar MR.Matrix3_UnsignedChar.y
getprotected set

◆ z

new unsafe MR.Vector3_UnsignedChar MR.Matrix3_UnsignedChar.z
getprotected set

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