Uses of Interface
us.ihmc.utilities.math.geometry.InclusionFunction

Packages that use InclusionFunction
us.ihmc.utilities.dataStructures.quadTree   
us.ihmc.utilities.math.dataStructures   
us.ihmc.utilities.math.geometry   
 

Uses of InclusionFunction in us.ihmc.utilities.dataStructures.quadTree
 

Methods in us.ihmc.utilities.dataStructures.quadTree with parameters of type InclusionFunction
 java.util.List<javax.vecmath.Point3d> QuadTreeHeightMap.getAllPointsWithinArea(double xCenter, double yCenter, double xExtent, double yExtent, InclusionFunction<javax.vecmath.Point3d> maskFunctionAboutCenter)
           
 

Uses of InclusionFunction in us.ihmc.utilities.math.dataStructures
 

Methods in us.ihmc.utilities.math.dataStructures with parameters of type InclusionFunction
 java.util.List<javax.vecmath.Point3d> HeightMap.getAllPointsWithinArea(double xCenter, double yCenter, double xExtent, double yExtent, InclusionFunction<javax.vecmath.Point3d> maskFunctionAboutCenter)
           
 java.util.List<javax.vecmath.Point3d> DoubleHashHeightMap.getAllPointsWithinArea(double xCenter, double yCenter, double xExtent, double yExtent, InclusionFunction<javax.vecmath.Point3d> maskFunctionAboutCenter)
           
 

Uses of InclusionFunction in us.ihmc.utilities.math.geometry
 

Methods in us.ihmc.utilities.math.geometry with parameters of type InclusionFunction
 FramePlane3d HeightMapBestFitPlaneCalculator.calculatePlane(FramePoint2d center, double xExtent, double yExtent, InclusionFunction<javax.vecmath.Point3d> kernelMask)