Class IntrPlane3Box3f

  • All Implemented Interfaces:
    java.io.Serializable

    public class IntrPlane3Box3f
    extends Intersector
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • IntrPlane3Box3f

        public IntrPlane3Box3f​(Plane3f kPlane,
                               Box3f kBox)
    • Method Detail

      • GetPlane

        public Plane3f GetPlane()
      • GetBox

        public Box3f GetBox()
      • Test

        public boolean Test()
        Description copied from class: Intersector
        Static intersection queries. The default implementations return 'false'. The Find query produces a set of intersection. The derived class is responsible for providing access to that set, since the nature of the set is dependent on the object types.
        Overrides:
        Test in class Intersector
        Returns:
        false
      • BoxIsCulled

        public boolean BoxIsCulled()