net.sourceforge.plantuml
Class MathUtils
java.lang.Object
net.sourceforge.plantuml.MathUtils
public class MathUtils
- extends Object
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 |
MathUtils
public MathUtils()
max
public static double max(double a,
double b)
max
public static double max(double a,
double b,
double c)
limitation
public static double limitation(double v,
double min,
double max)
Copyright © 2014. All Rights Reserved.