Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.util
Class MathUtil  view MathUtil download MathUtil.java

java.lang.Object
  extended bycom.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)