com.PostHorizon.renderMan
Class Point
java.lang.Object
|
+--com.PostHorizon.renderMan.Point
- public class Point
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Point
public Point()
Point
public Point(double x,
double y,
double z)
Point
public Point(Point p)
Point
public Point(double[] data_)
Point
public Point(double[] data_,
boolean createCopy)
clone
public java.lang.Object clone()
getX
public double getX()
getY
public double getY()
getZ
public double getZ()
setX
public void setX(double a)
setY
public void setY(double a)
setZ
public void setZ(double a)
getComponent
public double getComponent(int i)
setComponent
public void setComponent(int i,
double a)
getComponents
public double[] getComponents()