Class IntrSegment2Triangle2f

  • All Implemented Interfaces:
    java.io.Serializable

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

      • IntrSegment2Triangle2f

        public IntrSegment2Triangle2f()
      • IntrSegment2Triangle2f

        public IntrSegment2Triangle2f​(Segment2f segment,
                                      Triangle2f triangle)
    • Method Detail

      • 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
      • GetQuantity

        public int GetQuantity()
      • GetPoint

        public Vector2f GetPoint​(int i)