Class IntrSegment3Box3f

  • All Implemented Interfaces:
    java.io.Serializable

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

      • m_rkBox

        private Box3f m_rkBox
      • m_bSolid

        private boolean m_bSolid
      • m_iQuantity

        private int m_iQuantity
      • m_akPoint

        private Vector3f[] m_akPoint
    • Constructor Detail

      • IntrSegment3Box3f

        public IntrSegment3Box3f​(Segment3f rkSegment,
                                 Box3f rkBox,
                                 boolean bSolid)
    • Method Detail

      • Find

        public boolean Find()
        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:
        Find in class Intersector
        Returns:
        false
      • GetBox

        public final Box3f GetBox()
      • GetPoint

        public final Vector3f GetPoint​(int i)
      • GetQuantity

        public int GetQuantity()
      • GetSegment

        public final Segment3f GetSegment()
      • 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