Class Box

java.lang.Object
repast.simphony.visualization.Box

public class Box extends Object
Author:
Nick Collier
  • Constructor Details

    • Box

      public Box()
    • Box

      public Box(org.jogamp.vecmath.Point3f lowerPt, org.jogamp.vecmath.Point3f upperPt)
  • Method Details

    • getWidth

      public float getWidth()
    • getHeight

      public float getHeight()
    • getDepth

      public float getDepth()
    • getUpper

      public org.jogamp.vecmath.Point3f getUpper()
      Returns:
      the upper
    • getLower

      public org.jogamp.vecmath.Point3f getLower()
      Returns:
      the lower
    • getCenter

      public org.jogamp.vecmath.Point3f getCenter()
      Returns:
      the center
    • toString

      public String toString()
      Overrides:
      toString in class Object