|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPIP.Core.MathUtility
public class MathUtility
| Constructor Summary | |
|---|---|
MathUtility()
|
|
| Method Summary | |
|---|---|
static float[] |
averagePosition(java.util.List<? extends Spatial> points)
|
static double |
euclideanDistance(float[] p1,
float[] p2)
|
static double |
euclideanDistance(Spatial s1,
Spatial s2)
|
static long |
factorial(long i)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MathUtility()
| Method Detail |
|---|
public static double euclideanDistance(float[] p1,
float[] p2)
public static double euclideanDistance(Spatial s1,
Spatial s2)
public static long factorial(long i)
public static float[] averagePosition(java.util.List<? extends Spatial> points)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||