pub type ClusterPoint<M> = IndexPoint<Cluster<M>>;Expand description
A cluster point
Aliased Type§
pub struct ClusterPoint<M> {
pub s2point: S2Point,
pub data: Cluster<M>,
}Fields§
§s2point: S2PointS2Point (3D vector)
data: Cluster<M>Data associated with the point