Glg Toolkit

com.genlogic
Class GlgCube

java.lang.Object
  extended bycom.genlogic.GlgCube

public class GlgCube
extends java.lang.Object

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

p1

public GlgPoint p1
The point with the lowest coordinate values.


p2

public GlgPoint p2
The point with the highest coordinate values.

Constructor Detail

GlgCube

public GlgCube()
Default contructor.


GlgCube

public GlgCube(GlgCube cube)
Copy constructor.

Method Detail

CopyFrom

public void CopyFrom(GlgCube cube)
Copies values from another GlgCube.


Glg Toolkit