public interface SphericalProjector
Modifier and Type | Interface and Description |
---|---|
static class |
SphericalProjector.ProjectorType |
Modifier and Type | Method and Description |
---|---|
void |
getJacobian(double X,
double Y,
double[] out) |
void |
getJacobian(double x,
double y,
double z,
double[] out) |
SphericalProjector.ProjectorType |
getType() |
void |
planeToSphere(double X,
double Y,
double[] out) |
void |
sphereToPlane(double x,
double y,
double z,
double[] out) |
void planeToSphere(double X, double Y, double[] out)
void sphereToPlane(double x, double y, double z, double[] out)
void getJacobian(double X, double Y, double[] out)
void getJacobian(double x, double y, double z, double[] out)
SphericalProjector.ProjectorType getType()