IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
DistanceComparer.cs File Reference

Classes

interface  IG.Num.IDistanceComparer< PointContainerType, PointType >
 Interface used for distance comparers in point clouds. More...
 
class  IG.Num.DistanceComparer< PointContainerType, PointType >
 Class that is used to calculate and compare distances between point containers. More...
 
class  IG.Num.DistanceComparer< PointContainerType, PointType >.StoredDistanceComparerClass
 Compares two point containers according to their StoredDistance property. More...
 

Namespaces

package  IG.Num
 

Functions

delegate double IG.Num.DistanceDelegate< in PointType > (PointType pt1, PointType pt2)