MeshLib C# Docs
Loading...
Searching...
No Matches
MR.VertCoordsDiff Class Reference

this object stores a difference between two vectors with 3D coordinates More...

+ Inheritance diagram for MR.VertCoordsDiff:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ VertCoordsDiff() [1/5]

unsafe MR.VertCoordsDiff.VertCoordsDiff ( )
inline

Constructs an empty (default-constructed) instance.

◆ VertCoordsDiff() [2/5]

unsafe MR.VertCoordsDiff.VertCoordsDiff ( MR._ByValue_VertCoordsDiff _other)
inline

Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.

◆ VertCoordsDiff() [3/5]

MR.VertCoordsDiff.VertCoordsDiff ( Const_VertCoordsDiff _other)
inline

Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.

◆ VertCoordsDiff() [4/5]

MR.VertCoordsDiff.VertCoordsDiff ( VertCoordsDiff _other)
inline

Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.

◆ VertCoordsDiff() [5/5]

unsafe MR.VertCoordsDiff.VertCoordsDiff ( MR.Const_VertCoords from,
MR.Const_VertCoords to )
inline

computes the difference, that can be applied to vector-from in order to get vector-to Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.

Member Function Documentation

◆ applyAndSwap()

unsafe void MR.VertCoordsDiff.applyAndSwap ( MR.VertCoords m)
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.

◆ assign()

unsafe MR.VertCoordsDiff MR.VertCoordsDiff.assign ( MR._ByValue_VertCoordsDiff _other)
inline

Generated from method MR.VertCoordsDiff.operator=.


The documentation for this class was generated from the following file: