Struct nabo::Neighbour [−][src]
pub struct Neighbour<T: Scalar, P: Point<T>> {
pub point: P,
pub dist2: NotNan<T>,
pub index: Index,
}Expand description
A neighbour resulting from the search
Fields
point: Pthe point itself
dist2: NotNan<T>the squared-distance to the point
index: Indexthe index of the point in the original point cloud