this object stores a difference between two vectors with 3D coordinates More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| 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. | |
Protected Member Functions | |
| 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 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 |
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.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR.VertCoordsDiff.heapBytes.