|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.util
Class MathUtil

java.lang.Objectcom.arranger.jarl.util.MathUtil
- public class MathUtil
- extends java.lang.Object
| Constructor Summary | |
MathUtil()
|
|
| Method Summary | |
static double |
findRadians(double x1,
double y1,
double x2,
double y2)
|
static boolean |
inSet(double value,
double[] set)
|
static boolean |
inSet(int value,
int[] set)
|
static double |
round(double result,
double round)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
MathUtil
public MathUtil()
| Method Detail |
round
public static double round(double result,
double round)
inSet
public static boolean inSet(int value,
int[] set)
inSet
public static boolean inSet(double value,
double[] set)
findRadians
public static double findRadians(double x1,
double y1,
double x2,
double y2)
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.arranger.jarl.util.MathUtil