two edge-points (e.g. representing collision point of two edges) Generated from class MR.EdgePointPair. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | EdgePointPair () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | EdgePointPair (MR.Const_EdgePointPair _other) |
| Generated from constructor MR.EdgePointPair.EdgePointPair. | |
| EdgePointPair (EdgePointPair _other) | |
| Generated from constructor MR.EdgePointPair.EdgePointPair. | |
| unsafe | EdgePointPair (MR.Const_EdgePoint ia, MR.Const_EdgePoint ib) |
| Generated from constructor MR.EdgePointPair.EdgePointPair. | |
| unsafe MR.EdgePointPair | assign (MR.Const_EdgePointPair _other) |
| Generated from method MR::EdgePointPair::operator=. | |
| Public Member Functions inherited from MR.Const_EdgePointPair | |
| 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. | |
| Const_EdgePointPair (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) |
Properties | |
| new unsafe MR.EdgePoint | a [get, protected set] |
| new unsafe MR.EdgePoint | b [get, protected set] |
| Properties inherited from MR.Const_EdgePointPair | |
| unsafe MR.Const_EdgePoint | a [get, protected set] |
| unsafe MR.Const_EdgePoint | b [get, protected set] |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.Const_EdgePointPair | |
| 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 inherited from MR.Const_EdgePointPair | |
| virtual unsafe void | Dispose (bool disposing) |
two edge-points (e.g. representing collision point of two edges) Generated from class MR.EdgePointPair. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.EdgePointPair.EdgePointPair.
|
inline |
Generated from constructor MR.EdgePointPair.EdgePointPair.
|
inline |
Generated from constructor MR.EdgePointPair.EdgePointPair.
|
inline |
Generated from method MR::EdgePointPair::operator=.
|
getprotected set |
|
getprotected set |