Package teilchen.util

Class WorldAxisAlignedBoundingBox


  • public class WorldAxisAlignedBoundingBox
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      processing.core.PVector position
      center of bounding box
      processing.core.PVector scale
      scale around the center
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • position

        public processing.core.PVector position
        center of bounding box
      • scale

        public processing.core.PVector scale
        scale around the center
    • Constructor Detail

      • WorldAxisAlignedBoundingBox

        public WorldAxisAlignedBoundingBox()