Package | Description |
---|---|
skyview.geometry | |
skyview.geometry.csys |
Modifier and Type | Method and Description |
---|---|
Rotater |
Rotater.add(Rotater r)
Add an additional rotation to the current rotation.
|
abstract Rotater |
CoordinateSystem.getRotater()
Get the rotation associated with the projection.
|
Rotater |
Projection.getRotater()
Get the rotation that needs to be performed before the rotation.
|
Rotater |
Rotater.inverse()
This isn't really right...
|
Rotater |
Rotater.transpose()
Get the transpose of the Matrix.
|
Modifier and Type | Method and Description |
---|---|
Rotater |
Rotater.add(Rotater r)
Add an additional rotation to the current rotation.
|
void |
Projection.setRotater(Rotater rot)
Update the Rotater...
|
Modifier and Type | Method and Description |
---|---|
Rotater |
Besselian.getRotater() |
Rotater |
Ecliptic.getRotater() |
Rotater |
Galactic.getRotater()
Return the rotation associated with the coordinate system.
|
Rotater |
ICRS.getRotater()
Return the rotation associated with the coordinate system.
|
Rotater |
Julian.getRotater()
Return the rotation associated with the coordinate system.
|
Rotater |
Julian.precession()
Get the Julian Precession Matrix for a given epoch (from J2000).
|