Class IntrLine3Triangle3f

  • All Implemented Interfaces:
    java.io.Serializable

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

      • m_fLineT

        private float m_fLineT
      • m_fTriB0

        private float m_fTriB0
      • m_fTriB1

        private float m_fTriB1
      • m_fTriB2

        private float m_fTriB2
    • Constructor Detail

      • IntrLine3Triangle3f

        public IntrLine3Triangle3f()
      • IntrLine3Triangle3f

        public IntrLine3Triangle3f​(Line3f rkLine,
                                   Triangle3f rkTriangle)
    • 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
      • GetLine

        public final Line3f GetLine()
      • GetLineT

        public float GetLineT()
      • GetTriangle

        public final Triangle3f GetTriangle()
      • GetTriB0

        public float GetTriB0()
      • GetTriB1

        public float GetTriB1()
      • GetTriB2

        public float GetTriB2()
      • 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