Class Box


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

      • Box

        public Box()
      • Box

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

      • 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