Documentation
¶
Overview ¶
Package points contains multiple example implementations of the kdtree.Point interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Point ¶
type Point struct {
Coordinates []float64
Data interface{}
}
Point represents a n-dimensional point of the k-d tree.
func (*Point) Dimensions ¶
Dimensions returns the total number of dimensions.
Click to show internal directories.
Click to hide internal directories.