edge from one mesh and triangle from another mesh Generated from class MR.EdgeTri. This is the const half of the class.
More...
Inheritance diagram for MR.Const_EdgeTri:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_EdgeTri () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_EdgeTri (MR.Const_EdgeTri _other) |
Generated from constructor MR.EdgeTri.EdgeTri. | |
| unsafe | Const_EdgeTri (MR.EdgeId e, MR.FaceId t) |
Generated from constructor MR.EdgeTri.EdgeTri. | |
| bool | Equals (MR.Const_EdgeTri? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe bool | operator== (MR.Const_EdgeTri a, MR.Const_EdgeTri b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.Const_EdgeTri a, MR.Const_EdgeTri b) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.EdgeId | edge [get] |
| unsafe ref readonly MR.FaceId | tri [get] |
Properties inherited from MR.Misc.Object< Const_EdgeTri > | |
| 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_EdgeTri > | |
| bool | _IsOwningVal |
edge from one mesh and triangle from another mesh Generated from class MR.EdgeTri. This is the const half of the class.