Struct KDTree::DistPoint

Nested Relationships

This struct is a nested type of Template Class KDTree.

Struct Documentation

struct DistPoint

A Point with its squared distance to the query Point for easy comparison.

Public Functions

inline bool operator<(const DistPoint &other) const

Public Members

PointT *point
double distanceSq