| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
double[] |
Real2Interval.offsetsTo(Real2Interval interval2)
offset to map one interval onto another.
|
double[] |
Real2Interval.offsetsTo(Real2Interval interval2,
double scale)
offsets to overlap origins in each
isotropic scales
scales these by scale
|
double[] |
Real2Interval.offsetsTo(Real2Interval interval2,
double[] scales)
offsets to overlap origins in each
scales these by scales and then calculates offsets to overlap midpoints
|
double[] |
Real2Interval.scalesTo(Real2Interval interval2)
get x and y scales to other interval2.
|
double |
Real2Interval.scaleTo(Real2Interval interval2)
get isotropic scale to other interval2.
|
| Constructor and Description |
|---|
Real2Interval(Real2Interval xyInterval)
copy constructor.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.