IGLib  1.5
The IGLib base library EXTENDED - with other lilbraries and 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)