us.ihmc.utilities.dataStructures.hyperCubeTree
Class ConstantResolutionProvider

java.lang.Object
  extended by us.ihmc.utilities.dataStructures.hyperCubeTree.ConstantResolutionProvider
All Implemented Interfaces:
ResolutionProvider

public class ConstantResolutionProvider
extends java.lang.Object
implements ResolutionProvider


Constructor Summary
ConstantResolutionProvider(double constantResolution)
           
 
Method Summary
 double getResolution(double[] location)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantResolutionProvider

public ConstantResolutionProvider(double constantResolution)
Method Detail

getResolution

public double getResolution(double[] location)
Specified by:
getResolution in interface ResolutionProvider