|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquadbase.util.Point_3D
public class Point_3D
This class contains methods to define and manipulate a 3D Point. The coordinates of the point are floating point numbers and can represent a relative position in the main chart window.
PolyLine,
Position| Field Summary | |
|---|---|
float |
x
The x, y, z coordinates. |
float |
y
The x, y, z coordinates. |
float |
z
The x, y, z coordinates. |
| Constructor Summary | |
|---|---|
Point_3D()
Null constructor |
|
Point_3D(float _x,
float _y,
float _z)
Constructor based on values |
|
Point_3D(Point_3D p)
Copy Constructor based on values |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Checks if the two points are the same or not. |
float |
getX()
Get value of x. |
float |
getY()
Get value of y. |
float |
getZ()
Get value of z. |
int |
hashCode()
Returns the hash code for the object. |
void |
set(Point_3D p)
Set the values based on the given point. |
void |
setX(float f)
Set value of x. |
void |
setY(float f)
Set value of y. |
void |
setZ(float f)
Set value of z. |
java.lang.String |
toString()
Returns the string representation of a 3D point |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public float x
public float y
public float z
| Constructor Detail |
|---|
public Point_3D()
public Point_3D(float _x,
float _y,
float _z)
public Point_3D(Point_3D p)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic float getX()
public float getY()
public float getZ()
public void setX(float f)
f - The x coordinate.public void setY(float f)
f - The y coordinate.public void setZ(float f)
z - The z coordinate.public void set(Point_3D p)
p - The input Point_3D object.
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||