go
Class GoBoundBox

java.lang.Object
  |
  +--go.GoBoundBox

public class GoBoundBox
extends java.lang.Object


Method Summary
 double xMax()
          Returns the maximum x value of the bounding box.
 double xMin()
          Returns the minimum x value of the bounding box.
 double yMax()
          Returns the maximum y value of the bounding box.
 double yMin()
          Returns the minimum y value of the bounding box.
 double zMax()
          Returns the maximum z value of the bounding box.
 double zMin()
          Returns the minimum z value of the bounding box.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

xMin

public final double xMin()
Returns the minimum x value of the bounding box.

yMin

public final double yMin()
Returns the minimum y value of the bounding box.

zMin

public final double zMin()
Returns the minimum z value of the bounding box.

xMax

public final double xMax()
Returns the maximum x value of the bounding box.

yMax

public final double yMax()
Returns the maximum y value of the bounding box.

zMax

public final double zMax()
Returns the maximum z value of the bounding box.