|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPoint3f
edu.jhu.ece.iacl.jist.structures.geom.Point3
public class Point3
The Class Point3.
| Constructor Summary | |
|---|---|
Point3()
Instantiates a new point3. |
|
Point3(double[] d)
Instantiates a new point3. |
|
Point3(double x,
double y,
double z)
Instantiates a new point3. |
|
Point3(float x,
float y,
float z)
Instantiates a new point3. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Point3()
public Point3(double x,
double y,
double z)
x - the xy - the yz - the z
public Point3(float x,
float y,
float z)
x - the xy - the yz - the zpublic Point3(double[] d)
d - the d| Method Detail |
|---|
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||