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

symmetric 2x2 matrix Generated from class MR.SymMatrix2i. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_SymMatrix2i:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_SymMatrix2i ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_SymMatrix2i (MR.Const_SymMatrix2i _other)
 Generated from constructor MR.SymMatrix2i.SymMatrix2i.
 
unsafe int trace ()
 computes trace of the matrix Generated from method MR.SymMatrix2i.trace.
 
unsafe int normSq ()
 computes the squared norm of the matrix, which is equal to the sum of 4 squared elements Generated from method MR.SymMatrix2i.normSq.
 
unsafe int det ()
 computes determinant of the matrix Generated from method MR.SymMatrix2i.det.
 
unsafe MR.SymMatrix2i inverse ()
 computes inverse matrix Generated from method MR.SymMatrix2i.inverse.
 
unsafe MR.SymMatrix2i inverse (int det)
 computes inverse matrix given determinant of this Generated from method MR.SymMatrix2i.inverse.
 

Static Public Member Functions

static unsafe MR.SymMatrix2i identity ()
 Generated from method MR.SymMatrix2i.identity.
 
static unsafe MR.SymMatrix2i diagonal (int diagVal)
 Generated from method MR.SymMatrix2i.diagonal.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe int xx [get]
 zero matrix by default
 
unsafe int xy [get]
 zero matrix by default
 
unsafe int yy [get]
 zero matrix by default
 
- Properties inherited from MR.Misc.Object< Const_SymMatrix2i >
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

- Protected Attributes inherited from MR.Misc.Object< Const_SymMatrix2i >
bool _IsOwningVal
 

Detailed Description

symmetric 2x2 matrix Generated from class MR.SymMatrix2i. This is the const half of the class.


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