Class BVBSphere

  • Direct Known Subclasses:
    BSphere

    public class BVBSphere
    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 Detail

      • BVBSphere

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

        public BVBSphere()
    • Method Detail

      • getCPtr

        public static long getCPtr​(BVBSphere obj)
      • delete

        public void delete()