| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
static Axis.Axis2 |
Axis.Axis2.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis.Axis2[] |
Axis.Axis2.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Real2Range.add(Axis.Axis2 ax,
RealRange range)
merge range for given axis.
|
double |
Real2Vector.getCoordinate(int i,
Axis.Axis2 j)
get a single coordinate value
|
RealRange |
Real2Vector.getRange(Axis.Axis2 ax)
get range of one coordinate
|
RealArray |
Real2Vector.getXorY(Axis.Axis2 axis)
get a single coordinate array - for example all x-coordinates
|
Real2Vector |
Real2Vector.sortAscending(Axis.Axis2 ax)
sort ARRAY on X or Y coordinate; returns new array
|
Real2Vector |
Real2Vector.sortDescending(Axis.Axis2 ax)
sort ARRAY on X or Y coordinate; returns new array
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.