public class OrthographicProjector extends java.lang.Object implements SphericalProjector
SphericalProjector.ProjectorType
Constructor and Description |
---|
OrthographicProjector() |
Modifier and Type | Method and Description |
---|---|
int |
getFlags() |
void |
getJacobian(double X,
double Y,
double[] out) |
static void |
getJacobian(double X,
double Y,
double[] out,
int flags) |
void |
getJacobian(double x,
double y,
double z,
double[] out) |
static void |
getJacobian(double x,
double y,
double z,
double[] out,
int flags) |
SphericalProjector.ProjectorType |
getType() |
void |
planeToSphere(double X,
double Y,
double[] out) |
static void |
planeToSphere(double X,
double Y,
double[] out,
int flags) |
void |
setFlags(int flags) |
void |
sphereToPlane(double x,
double y,
double z,
double[] out) |
static void |
sphereToPlane(double x,
double y,
double z,
double[] out,
int flags) |
public static void planeToSphere(double X, double Y, double[] out, int flags)
public static void sphereToPlane(double x, double y, double z, double[] out, int flags)
public void planeToSphere(double X, double Y, double[] out)
planeToSphere
in interface SphericalProjector
public void sphereToPlane(double x, double y, double z, double[] out)
sphereToPlane
in interface SphericalProjector
public void setFlags(int flags)
public int getFlags()
public SphericalProjector.ProjectorType getType()
getType
in interface SphericalProjector
public void getJacobian(double X, double Y, double[] out)
getJacobian
in interface SphericalProjector
public static void getJacobian(double X, double Y, double[] out, int flags)
public void getJacobian(double x, double y, double z, double[] out)
getJacobian
in interface SphericalProjector
public static void getJacobian(double x, double y, double z, double[] out, int flags)