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

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

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 const half of the class.

Constructor & Destructor Documentation

◆ Const_VertCoordsDiff() [1/5]

unsafe MR.Const_VertCoordsDiff.Const_VertCoordsDiff ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_VertCoordsDiff() [2/5]

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

Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.

◆ Const_VertCoordsDiff() [3/5]

MR.Const_VertCoordsDiff.Const_VertCoordsDiff ( Const_VertCoordsDiff _other)
inline

Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.

◆ Const_VertCoordsDiff() [4/5]

MR.Const_VertCoordsDiff.Const_VertCoordsDiff ( VertCoordsDiff _other)
inline

Generated from constructor MR.VertCoordsDiff.VertCoordsDiff.

◆ Const_VertCoordsDiff() [5/5]

unsafe MR.Const_VertCoordsDiff.Const_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

◆ any()

unsafe bool MR.Const_VertCoordsDiff.any ( )
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.

◆ Dispose() [1/2]

virtual void MR.Const_VertCoordsDiff.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_VertCoordsDiff.Dispose ( bool disposing)
inlineprotectedvirtual

◆ heapBytes()

unsafe ulong MR.Const_VertCoordsDiff.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR.VertCoordsDiff.heapBytes.


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