this object stores a difference between two vectors with 3D coordinates More...
Inheritance diagram for MR.Const_VertCoordsDiff: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. | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_VertCoordsDiff > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_VertCoordsDiff > | |
| 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. | |
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.