org.math.plot.render
Class Projection3D
java.lang.Object
org.math.plot.render.Projection
org.math.plot.render.Projection3D
public class Projection3D
- extends Projection
BSD License
- Author:
- Yann RICHET
Field Summary |
protected double |
phi
|
protected double |
theta
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theta
protected double theta
phi
protected double phi
Projection3D
public Projection3D(AWTDrawer _draw)
baseCoordsScreenProjectionRatio
protected double[] baseCoordsScreenProjectionRatio(double[] xyz)
- Specified by:
baseCoordsScreenProjectionRatio
in class Projection
cos
private double cos(double x)
sin
private double sin(double x)
setView
public void setView(double _theta,
double _phi)
rotate
public void rotate(int[] screenTranslation,
int[] dimension)