net.sourceforge.plantuml
Class MathUtils

java.lang.Object
  extended by net.sourceforge.plantuml.MathUtils

public class MathUtils
extends Object


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

MathUtils

public MathUtils()
Method Detail

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 © 2013. All Rights Reserved.