| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
static Axis.Axis3 |
Axis.Axis3.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis.Axis3[] |
Axis.Axis3.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Real3Range.add(Axis.Axis3 ax,
double value)
add a single value
|
void |
Real3Range.add(Axis.Axis3 ax,
RealRange range)
add a single value
|
double |
Point3Vector.getCoordinate(int i,
Axis.Axis3 j)
get a single coordinate value
|
RealRange |
Point3Vector.getRange(Axis.Axis3 ax)
get range of one coordinate
|
RealArray |
Point3Vector.getXYZ(Axis.Axis3 axis)
get a single coordinate array for example all x-coordinates
|
| Constructor and Description |
|---|
Transform3(Axis.Axis3 axis,
Angle rot)
from rotation about an axis.
|
Vector3(Axis.Axis3 axis)
axial unit vector constructor.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.