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.
 
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/=.
 
- Public Member Functions inherited from MR.Const_Matrix3_UnsignedChar
virtual void Dispose ()
 
unsafe Const_Matrix3_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Matrix3_UnsignedChar (MR.Const_Matrix3_UnsignedChar _other)
 Generated from constructor MR.Matrix3<unsigned char>::Matrix3.
 
unsafe Const_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.Vector3_UnsignedChar col (int i)
 column access Generated from method MR.Matrix3<unsigned char>::col.
 
unsafe byte trace ()
 computes trace of the matrix Generated from method MR.Matrix3<unsigned char>::trace.
 
unsafe byte normSq ()
 compute sum of squared matrix elements Generated from method MR.Matrix3<unsigned char>::normSq.
 
unsafe double norm ()
 Generated from method MR.Matrix3<unsigned char>::norm.
 
unsafe byte det ()
 computes determinant of the matrix Generated from method MR.Matrix3<unsigned char>::det.
 
unsafe MR.Matrix3_UnsignedChar transposed ()
 computes transposed matrix Generated from method MR.Matrix3<unsigned char>::transposed.
 
bool Equals (MR.Const_Matrix3_UnsignedChar? b)
 
override bool Equals (object? other)
 

Properties

new unsafe MR.Vector3_UnsignedChar x [get]
 rows, identity matrix by default
 
new unsafe MR.Vector3_UnsignedChar y [get]
 
new unsafe MR.Vector3_UnsignedChar z [get]
 
unsafe new MR.Vector3_UnsignedChar this[int row] [get]
 Generated from method MR.Matrix3<unsigned char>::operator[].
 
- Properties inherited from MR.Const_Matrix3_UnsignedChar
unsafe MR.Const_Vector3_UnsignedChar x [get]
 rows, identity matrix by default
 
unsafe MR.Const_Vector3_UnsignedChar y [get]
 
unsafe MR.Const_Vector3_UnsignedChar z [get]
 
unsafe MR.Const_Vector3_UnsignedChar this[int row] [get]
 row access Generated from method MR.Matrix3<unsigned char>::operator[].
 
- Properties inherited from MR.Misc.Object< Const_Matrix3_UnsignedChar >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.Const_Matrix3_UnsignedChar
static unsafe MR.Matrix3_UnsignedChar zero ()
 Generated from method MR.Matrix3<unsigned char>::zero.
 
static unsafe MR.Matrix3_UnsignedChar identity ()
 Generated from method MR.Matrix3<unsigned char>::identity.
 
static unsafe MR.Matrix3_UnsignedChar scale (byte s)
 returns a matrix that scales uniformly Generated from method MR.Matrix3<unsigned char>::scale.
 
static unsafe MR.Matrix3_UnsignedChar scale (byte sx, byte sy, byte sz)
 returns a matrix that has its own scale along each axis Generated from method MR.Matrix3<unsigned char>::scale.
 
static unsafe MR.Matrix3_UnsignedChar scale (MR.Const_Vector3_UnsignedChar s)
 Generated from method MR.Matrix3<unsigned char>::scale.
 
static unsafe MR.Matrix3_UnsignedChar fromRows (MR.Const_Vector3_UnsignedChar x, MR.Const_Vector3_UnsignedChar y, MR.Const_Vector3_UnsignedChar z)
 constructs a matrix from its 3 rows Generated from method MR.Matrix3<unsigned char>::fromRows.
 
static unsafe MR.Matrix3_UnsignedChar fromColumns (MR.Const_Vector3_UnsignedChar x, MR.Const_Vector3_UnsignedChar y, MR.Const_Vector3_UnsignedChar z)
 constructs a matrix from its 3 columns; use this method to get the matrix that transforms basis vectors ( plusX, plusY, plusZ ) into vectors ( x, y, z ) respectively Generated from method MR.Matrix3<unsigned char>::fromColumns.
 
static unsafe bool operator== (MR.Const_Matrix3_UnsignedChar a, MR.Const_Matrix3_UnsignedChar b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Const_Matrix3_UnsignedChar a, MR.Const_Matrix3_UnsignedChar b)
 
static unsafe MR.Matrix3i operator+ (MR.Const_Matrix3_UnsignedChar a, MR.Const_Matrix3_UnsignedChar b)
 Generated from function MR.operator+.
 
static unsafe MR.Matrix3i operator- (MR.Const_Matrix3_UnsignedChar a, MR.Const_Matrix3_UnsignedChar b)
 Generated from function MR.operator-.
 
static unsafe MR.Matrix3i operator* (byte a, MR.Const_Matrix3_UnsignedChar b)
 Generated from function MR.operator*.
 
static unsafe MR.Matrix3i operator* (MR.Const_Matrix3_UnsignedChar b, byte a)
 Generated from function MR.operator*.
 
static unsafe MR.Matrix3i operator/ (Const_Matrix3_UnsignedChar b, byte a)
 Generated from function MR.operator/.
 
static unsafe MR.Vector3i operator* (MR.Const_Matrix3_UnsignedChar a, MR.Const_Vector3_UnsignedChar b)
 x = a * b Generated from function MR.operator*.
 
static unsafe MR.Matrix3i operator* (MR.Const_Matrix3_UnsignedChar a, MR.Const_Matrix3_UnsignedChar b)
 product of two matrices Generated from function MR.operator*.
 
- Protected Member Functions inherited from MR.Const_Matrix3_UnsignedChar
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Matrix3_UnsignedChar >
bool _IsOwningVal
 

Detailed Description

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


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