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.
 
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/=.
 
- Public Member Functions inherited from MR.Const_SymMatrix4_UnsignedChar
virtual void Dispose ()
 
unsafe Const_SymMatrix4_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_SymMatrix4_UnsignedChar (MR.Const_SymMatrix4_UnsignedChar _other)
 Generated from constructor MR.SymMatrix4<unsigned char>::SymMatrix4.
 
unsafe byte trace ()
 computes trace of the matrix Generated from method MR.SymMatrix4<unsigned char>::trace.
 
unsafe byte normSq ()
 computes the squared norm of the matrix, which is equal to the sum of 16 squared elements Generated from method MR.SymMatrix4<unsigned char>::normSq.
 
bool Equals (MR.Const_SymMatrix4_UnsignedChar? _1)
 
override bool Equals (object? other)
 

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
 
- Properties inherited from MR.Const_SymMatrix4_UnsignedChar
unsafe byte xx [get]
 zero matrix by default
 
unsafe byte xy [get]
 zero matrix by default
 
unsafe byte xz [get]
 zero matrix by default
 
unsafe byte xw [get]
 zero matrix by default
 
unsafe byte yy [get]
 zero matrix by default
 
unsafe byte yz [get]
 zero matrix by default
 
unsafe byte yw [get]
 zero matrix by default
 
unsafe byte zz [get]
 zero matrix by default
 
unsafe byte zw [get]
 zero matrix by default
 
unsafe byte ww [get]
 zero matrix by default
 
- Properties inherited from MR.Misc.Object< Const_SymMatrix4_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_SymMatrix4_UnsignedChar
static unsafe MR.SymMatrix4_UnsignedChar identity ()
 Generated from method MR.SymMatrix4<unsigned char>::identity.
 
static unsafe MR.SymMatrix4_UnsignedChar diagonal (byte diagVal)
 Generated from method MR.SymMatrix4<unsigned char>::diagonal.
 
static unsafe bool operator== (MR.Const_SymMatrix4_UnsignedChar _this, MR.Const_SymMatrix4_UnsignedChar _1)
 Generated from method MR.SymMatrix4<unsigned char>::operator==.
 
static unsafe bool operator!= (MR.Const_SymMatrix4_UnsignedChar _this, MR.Const_SymMatrix4_UnsignedChar _1)
 
- Protected Member Functions inherited from MR.Const_SymMatrix4_UnsignedChar
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_SymMatrix4_UnsignedChar >
bool _IsOwningVal
 

Detailed Description

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


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