Class IntrPlane3Plane3f

  • All Implemented Interfaces:
    java.io.Serializable

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

      • m_kPlane0

        private Plane3f m_kPlane0
      • m_kPlane1

        private Plane3f m_kPlane1
      • m_kIntrPlane

        private Plane3f m_kIntrPlane
      • m_kIntrLine

        private Line3f m_kIntrLine
    • Constructor Detail

      • IntrPlane3Plane3f

        public IntrPlane3Plane3f​(Plane3f kPlane0,
                                 Plane3f kPlane1)
    • Method Detail

      • GetPlane0

        public Plane3f GetPlane0()
      • GetPlane1

        public Plane3f GetPlane1()
      • GetIntersectionPlane

        public Plane3f GetIntersectionPlane()
      • GetIntersectionLine

        public Line3f GetIntersectionLine()
      • 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
      • 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