|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.Transformer
skyview.geometry.Projecter
skyview.geometry.projecter.TanProjecter
public class TanProjecter
| Nested Class Summary | |
|---|---|
class |
TanProjecter.TanDeprojecter
|
| Constructor Summary | |
|---|---|
TanProjecter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get a description of the component |
java.lang.String |
getName()
Get the name of the compontent |
Deprojecter |
inverse()
Get the inverse transformation |
boolean |
isInverse(Transformer t)
Is this an inverse of some other transformation? |
void |
transform(double[] sphere,
double[] plane)
Project a point from the sphere to the plane. |
| Methods inherited from class skyview.geometry.Projecter |
|---|
getInputDimension, getOutputDimension |
| Methods inherited from class skyview.geometry.Transformer |
|---|
transform, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TanProjecter()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public final void transform(double[] sphere,
double[] plane)
transform in class Transformersphere - a double[3] unit vectorplane - a double[2] preallocated vector.public Deprojecter inverse()
inverse in class Projecterpublic boolean isInverse(Transformer t)
isInverse in class Transformer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||