this object stores a difference between two vectors with 3D coordinates More...
Public Member Functions | |
| unsafe | VertCoordsDiff () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | VertCoordsDiff (MR._ByValue_VertCoordsDiff _other) |
| Generated from constructor MR.VertCoordsDiff.VertCoordsDiff. | |
| VertCoordsDiff (Const_VertCoordsDiff _other) | |
| Generated from constructor MR.VertCoordsDiff.VertCoordsDiff. | |
| VertCoordsDiff (VertCoordsDiff _other) | |
| Generated from constructor MR.VertCoordsDiff.VertCoordsDiff. | |
| unsafe | VertCoordsDiff (MR.Const_VertCoords from, MR.Const_VertCoords to) |
| computes the difference, that can be applied to vector-from in order to get vector-to Generated from constructor MR.VertCoordsDiff.VertCoordsDiff. | |
| unsafe MR.VertCoordsDiff | assign (MR._ByValue_VertCoordsDiff _other) |
| Generated from method MR::VertCoordsDiff::operator=. | |
| unsafe void | applyAndSwap (MR.VertCoords m) |
| given vector-from on input converts it in vector-to, this object is updated to become the reverse difference from original vector-to to original vector-from Generated from method MR.VertCoordsDiff.applyAndSwap. | |
| Public Member Functions inherited from MR.Const_VertCoordsDiff | |
| virtual void | Dispose () |
| unsafe | Const_VertCoordsDiff () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_VertCoordsDiff (MR._ByValue_VertCoordsDiff _other) |
| Generated from constructor MR.VertCoordsDiff.VertCoordsDiff. | |
| Const_VertCoordsDiff (Const_VertCoordsDiff _other) | |
| Generated from constructor MR.VertCoordsDiff.VertCoordsDiff. | |
| Const_VertCoordsDiff (VertCoordsDiff _other) | |
| Generated from constructor MR.VertCoordsDiff.VertCoordsDiff. | |
| unsafe | Const_VertCoordsDiff (MR.Const_VertCoords from, MR.Const_VertCoords to) |
| computes the difference, that can be applied to vector-from in order to get vector-to Generated from constructor MR.VertCoordsDiff.VertCoordsDiff. | |
| unsafe bool | any () |
| returns true if this object does contain some difference in point coordinates; if (from) vector has just more points and the common elements are the same, then the method will return false since nothing is stored here Generated from method MR.VertCoordsDiff.any. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR.VertCoordsDiff.heapBytes. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_VertCoordsDiff | |
| virtual unsafe void | Dispose (bool disposing) |
this object stores a difference between two vectors with 3D coordinates
if the vectors are similar then this object is small, if the vectors are very distinct then this object will be even larger than one vector itself Generated from class MR.VertCoordsDiff. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.
|
inline |
Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.
|
inline |
Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.
|
inline |
computes the difference, that can be applied to vector-from in order to get vector-to Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.
|
inline |
given vector-from on input converts it in vector-to, this object is updated to become the reverse difference from original vector-to to original vector-from Generated from method MR.VertCoordsDiff.applyAndSwap.
|
inline |
Generated from method MR::VertCoordsDiff::operator=.