Class BvAABB


  • public class BvAABB
    extends java.lang.Object
    a general bounding volume class for template inheritance. This class
    defines methods that a deriving class must implement.

    This defines a bounding volume to have a position.
    • Constructor Summary

      Constructors 
      Constructor Description
      BvAABB()  
      BvAABB​(long cPtr, boolean cMemoryOwn)  
    • Constructor Detail

      • BvAABB

        public BvAABB​(long cPtr,
                      boolean cMemoryOwn)
      • BvAABB

        public BvAABB()
    • Method Detail

      • getCPtr

        public static long getCPtr​(BvAABB obj)
      • delete

        public void delete()