Package | Description |
---|---|
edu.stanford.rsl.conrad.geometry |
Contains classes to describe various projection geometries.
|
Modifier and Type | Method and Description |
---|---|
static Rotations.BasicAxis |
Rotations.BasicAxis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rotations.BasicAxis[] |
Rotations.BasicAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SimpleMatrix |
Rotations.createBasicRotationMatrix(Rotations.BasicAxis axis,
double angle) |