|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.MathUtils
public class MathUtils
Constructor Summary | |
---|---|
MathUtils()
|
Method Summary | |
---|---|
static double |
limitation(double v,
double min,
double max)
|
static double |
max(double a,
double b)
|
static double |
max(double a,
double b,
double c)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MathUtils()
Method Detail |
---|
public static double max(double a, double b)
public static double max(double a, double b, double c)
public static double limitation(double v, double min, double max)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |