|
|||||||||
| 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.PT
edu.jhu.ece.iacl.jist.structures.fiber.XYZ
public class XYZ
Created by IntelliJ IDEA. User: bennett Date: Dec 6, 2005 Time: 4:44:08 PM To change this template use Options | File Templates.
| Constructor Summary | |
|---|---|
XYZ()
Instantiates a new xYZ. |
|
XYZ(float X,
float Y,
float Z)
Instantiates a new xYZ. |
|
| Method Summary | |
|---|---|
XYZ |
deepClone()
Deep clone. |
double |
distance(XYZ pt)
Distance. |
static XYZ |
read(LEFileReader fp)
Read. |
void |
scale(double a)
Scale. |
void |
scale(double a,
double b,
double c)
Scale. |
void |
scale(float a,
float b,
float c)
Scale. |
Point3f |
toPoint3f()
To point3f. |
java.lang.String |
toString()
|
| Methods inherited from class edu.jhu.ece.iacl.jist.structures.geom.PT |
|---|
cross, dot, equals, length, minus, plus, times, vectorProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XYZ()
public XYZ(float X,
float Y,
float Z)
X - the xY - the yZ - the z| Method Detail |
|---|
public static XYZ read(LEFileReader fp)
throws java.io.IOException
fp - the fp
java.io.IOException - Signals that an I/O exception has occurred.public double distance(XYZ pt)
pt - the pt
public void scale(double a)
a - the a
public void scale(float a,
float b,
float c)
a - the ab - the bc - the c
public void scale(double a,
double b,
double c)
a - the ab - the bc - the cpublic Point3f toPoint3f()
public java.lang.String toString()
toString in class PTpublic XYZ deepClone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||