org.jzy3d.maths
Class Range
java.lang.Object
org.jzy3d.maths.Scale
org.jzy3d.maths.Range
public class Range
- extends Scale
For some naming relevance, a simple extention of Scale.
Fields inherited from class org.jzy3d.maths.Scale |
max, min |
Constructor Summary |
Range(double min,
double max)
|
Methods inherited from class org.jzy3d.maths.Scale |
add, clone, contains, enlarge, getMax, getMin, getRange, isMaxNan, isMinNan, setMax, setMin, thinest, toString, valid, widest |
Range
public Range(double min,
double max)
enlarge
public void enlarge(double ratio)
createEnlarge
public Range createEnlarge(double ratio)
Copyright © 2013. All rights reserved.