Class DistanceBox<T>


  • public class DistanceBox<T>
    extends java.lang.Object
    Author:
    Peter
    • Constructor Summary

      Constructors 
      Constructor Description
      DistanceBox​(double binWidth)
      Creates a new instance of DistanceBox
    • Constructor Detail

      • DistanceBox

        public DistanceBox​(double binWidth)
        Creates a new instance of DistanceBox
    • Method Detail

      • addPoint

        public void addPoint​(javax.vecmath.Point3d point,
                             T object)
      • getNeighborsWithCache

        public java.util.List<T> getNeighborsWithCache​(javax.vecmath.Point3d point)
      • getNeighbors

        public java.util.List<T> getNeighbors​(javax.vecmath.Point3d point)
      • getIntersection

        public java.util.List<T> getIntersection​(DistanceBox<T> distanceBox)