|
| 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.
|
| |
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.