|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genlogic.GlgCube
public class GlgCube
Defines a parallelepiped in 3D space (usually an object's bounding box) by its two diagonal points.
| Field Summary | |
|---|---|
GlgPoint |
p1
The point with the lowest coordinate values. |
GlgPoint |
p2
The point with the highest coordinate values. |
| Constructor Summary | |
|---|---|
GlgCube()
Default contructor. |
|
GlgCube(GlgCube cube)
Copy constructor. |
|
| Method Summary | |
|---|---|
void |
CopyFrom(GlgCube cube)
Copies values from another GlgCube. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public GlgPoint p1
public GlgPoint p2
| Constructor Detail |
|---|
public GlgCube()
public GlgCube(GlgCube cube)
| Method Detail |
|---|
public void CopyFrom(GlgCube cube)
|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||