Class Intersection

java.lang.Object
com.ardor3d.intersection.Intersection

public abstract class Intersection extends Object
Intersection provides functional methods for calculating the intersection of some objects. All the methods are static to allow for quick and easy calls. Intersection relays requests to specific classes to handle the actual work. By providing checks to just BoundingVolume the client application need not worry about what type of bounding volume is being used.
  • Constructor Details

    • Intersection

      public Intersection()
  • Method Details

    • intersection

      public static boolean intersection(Vector3[] verticesA, Vector3[] verticesB)