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

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

+ Inheritance diagram for MR.Const_SymMatrix2b:

Classes

struct  _Underlying
 

Public Member Functions

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

Static Public Member Functions

static unsafe MR.SymMatrix2b identity ()
 Generated from method MR.SymMatrix2b.identity.
 
static unsafe MR.SymMatrix2b diagonal (bool diagVal)
 Generated from method MR.SymMatrix2b.diagonal.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

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

Detailed Description

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


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