two edge-points (e.g. representing collision point of two edges) Generated from class MR.EdgePointPair. This is the const half of the class.
More...
Inheritance diagram for MR.Const_EdgePointPair:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_EdgePointPair () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_EdgePointPair (MR.Const_EdgePointPair _other) |
Generated from constructor MR.EdgePointPair.EdgePointPair. | |
| unsafe | Const_EdgePointPair (MR.Const_EdgePoint ia, MR.Const_EdgePoint ib) |
Generated from constructor MR.EdgePointPair.EdgePointPair. | |
| bool | Equals (MR.Const_EdgePointPair? rhs) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe bool | operator== (MR.Const_EdgePointPair _this, MR.Const_EdgePointPair rhs) |
returns true if two edge-point pairs are equal including equal not-unique representation Generated from method MR.EdgePointPair.operator==. | |
| static unsafe bool | operator!= (MR.Const_EdgePointPair _this, MR.Const_EdgePointPair rhs) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_EdgePoint | a [get] |
| unsafe MR.Const_EdgePoint | b [get] |
Properties inherited from MR.Misc.Object< Const_EdgePointPair > | |
| 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_EdgePointPair > | |
| bool | _IsOwningVal |
two edge-points (e.g. representing collision point of two edges) Generated from class MR.EdgePointPair. This is the const half of the class.