java.io.Serializable
, skyview.Component
public class Sin2.Sin2Deproj
extends skyview.geometry.Deprojecter
Constructor | Description |
---|---|
Sin2Deproj() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDescription() |
Get a description of the component
|
java.lang.String |
getName() |
Get the name of the component
|
skyview.geometry.Projecter |
inverse() |
Get the inverse transformation
|
boolean |
isInverse(skyview.geometry.Transformer t) |
Is this an inverse of some other transformation?
|
void |
transform(double[] plane,
double[] sphere) |
Deproject a point from the plane to the sphere.
|
public java.lang.String getName()
public java.lang.String getDescription()
public skyview.geometry.Projecter inverse()
inverse
in class skyview.geometry.Transformer
public boolean isInverse(skyview.geometry.Transformer t)
isInverse
in class skyview.geometry.Transformer
public final void transform(double[] plane, double[] sphere)
transform
in class skyview.geometry.Transformer
plane
- a double[2] vector in the tangent plane.sphere
- a preallocated double[3] vector.Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.