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...
|
|
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) |
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.Const_EdgePoint | a [get] |
| |
|
unsafe MR.Const_EdgePoint | b [get] |
| |
|
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.
|
| |
two edge-points (e.g. representing collision point of two edges) Generated from class MR.EdgePointPair. This is the const half of the class.
The documentation for this class was generated from the following file: