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