|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genlogic.GlgPoint
public class GlgPoint
Defines an XYZ point in 3D space or an RGB color.
| Field Summary | |
|---|---|
double |
x
X, Y and Z or R, G and B values. |
double |
y
X, Y and Z or R, G and B values. |
double |
z
X, Y and Z or R, G and B values. |
| Constructor Summary | |
|---|---|
GlgPoint()
Default contsructor. |
|
GlgPoint(double x_p,
double y_p,
double z_p)
Constructs a new GlgPoint with specified values. |
|
GlgPoint(GlgPoint point)
Copy constructor. |
|
| Method Summary | |
|---|---|
void |
CopyFrom(GlgPoint point)
Copies values from another GlgPoint. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double x
public double y
public double z
| Constructor Detail |
|---|
public GlgPoint()
public GlgPoint(double x_p,
double y_p,
double z_p)
public GlgPoint(GlgPoint point)
| Method Detail |
|---|
public void CopyFrom(GlgPoint point)
|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||