Class BVColliderOBBToleranceCollider_f

  • Direct Known Subclasses:
    OBBToleranceCollider_f

    public class BVColliderOBBToleranceCollider_f
    extends java.lang.Object
    abstract class describing interface of a bounding volume collision
    detector. The inheritance is template based to reduce virtual method overhead
    • Constructor Detail

      • BVColliderOBBToleranceCollider_f

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

        public BVColliderOBBToleranceCollider_f()
        constructor
    • Method Detail

      • delete

        public void delete()
      • inCollision

        public boolean inCollision​(OBB_f bvA,
                                   OBB_f bvB,
                                   Transform3Df aTb)
        test if two bounding volumes are colliding
        Parameters:
        bvA - [in] bounding volume A
        bvB - [in] bounding volume B
        aTb - [in] transform from bvA to bvB
        Returns:
        true if in collision