|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcore.MathHelper
MathHelper.java Helper class implementing some common math functions
| Constructor Summary | |
MathHelper()
|
|
| Method Summary | |
float |
average(java.util.ArrayList args)
Compute the average of an ArrayList of floats |
double |
pythag(double x,
double y)
Computer the hypotunose of two doubles |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MathHelper()
| Method Detail |
public float average(java.util.ArrayList args)
args - ArrayList containing the floats
public double pythag(double x,
double y)
x - double xy - doulbe y
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||