|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Point2D
org.fraid.math.DoublePoint
org.fraid.graphics.utils.DoublePoint3D
public class DoublePoint3D
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Point2D |
---|
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float |
Field Summary | |
---|---|
double |
z
|
Fields inherited from class org.fraid.math.DoublePoint |
---|
x, y |
Constructor Summary | |
---|---|
DoublePoint3D()
|
|
DoublePoint3D(double aX,
double aY,
double aZ)
|
Method Summary | |
---|---|
double |
getZ()
|
void |
setLocation(double aX,
double aY,
double aZ)
|
void |
setZ(double aZ)
|
Methods inherited from class org.fraid.math.DoublePoint |
---|
getX, getY, setLocation, setX, setY |
Methods inherited from class java.awt.geom.Point2D |
---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double z
Constructor Detail |
---|
public DoublePoint3D()
public DoublePoint3D(double aX, double aY, double aZ)
Method Detail |
---|
public void setLocation(double aX, double aY, double aZ)
public double getZ()
public void setZ(double aZ)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |