|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.commons.utils.math.VectorUtils
public class VectorUtils
The class TODO add class documentation here.
Constructor Summary | |
---|---|
VectorUtils()
|
Method Summary | |
---|---|
static double |
getDistance(double[][] bbox,
double[] p)
Returns the minimum distance between a bounding box and a point. |
static float |
getDistance(float[][] bbox,
float[] p)
Returns the minimum distance between a bounding box and a point. |
static float |
getDistance(float[] bbox,
float[] p)
Returns the minimum distance between a bounding box and a point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VectorUtils()
Method Detail |
---|
public static float getDistance(float[] bbox, float[] p)
bbox
- p
-
bbox
and the given point
public static float getDistance(float[][] bbox, float[] p)
bbox
- p
-
bbox
and
public static double getDistance(double[][] bbox, double[] p)
bbox
- p
-
bbox
and
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |