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: P

the point itself

dist2: NotNan<T>

the squared-distance to the point

index: Index

the index of the point in the original point cloud

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.