KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SHAPE_LINE_CHAIN::INTERSECTION Struct Reference

Represent an intersection between two line segments. More...

#include <shape_line_chain.h>

Public Member Functions

 INTERSECTION ()
 

Public Attributes

VECTOR2I p
 Point of intersection between our and their.
 
int index_our
 Index of the intersecting corner/segment in the 'our' (== this) line.
 
int index_their
 index of the intersecting corner/segment in the 'their' (Intersect() method parameter) line.
 
bool is_corner_our
 When true, the corner [index_our] of the 'our' line lies exactly on 'their' line.
 
bool is_corner_their
 When true, the corner [index_their] of the 'their' line lies exactly on 'our' line.
 
bool valid
 Auxiliary flag to avoid copying intersection info to intersection refining code, used by the refining code (e.g.
 

Detailed Description

Represent an intersection between two line segments.

Definition at line 92 of file shape_line_chain.h.

Constructor & Destructor Documentation

◆ INTERSECTION()

SHAPE_LINE_CHAIN::INTERSECTION::INTERSECTION ( )
inline

Definition at line 117 of file shape_line_chain.h.

Member Data Documentation

◆ index_our

int SHAPE_LINE_CHAIN::INTERSECTION::index_our

Index of the intersecting corner/segment in the 'our' (== this) line.

Definition at line 98 of file shape_line_chain.h.

Referenced by SHAPE_LINE_CHAIN::Intersect(), SHAPE_LINE_CHAIN::SelfIntersecting(), and SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().

◆ index_their

int SHAPE_LINE_CHAIN::INTERSECTION::index_their

index of the intersecting corner/segment in the 'their' (Intersect() method parameter) line.

Definition at line 102 of file shape_line_chain.h.

Referenced by SHAPE_LINE_CHAIN::Intersect(), PNS::NODE::NearestObstacle(), SHAPE_LINE_CHAIN::SelfIntersecting(), and SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().

◆ is_corner_our

bool SHAPE_LINE_CHAIN::INTERSECTION::is_corner_our

When true, the corner [index_our] of the 'our' line lies exactly on 'their' line.

Definition at line 105 of file shape_line_chain.h.

Referenced by SHAPE_LINE_CHAIN::Intersect().

◆ is_corner_their

bool SHAPE_LINE_CHAIN::INTERSECTION::is_corner_their

When true, the corner [index_their] of the 'their' line lies exactly on 'our' line.

Note that when both is_corner_our and is_corner_their are set, the line chains touch with with corners.

Definition at line 110 of file shape_line_chain.h.

Referenced by SHAPE_LINE_CHAIN::Intersect().

◆ p

◆ valid

bool SHAPE_LINE_CHAIN::INTERSECTION::valid

Auxiliary flag to avoid copying intersection info to intersection refining code, used by the refining code (e.g.

hull handling stuff in the P&S) to reject false intersection points.

Definition at line 115 of file shape_line_chain.h.

Referenced by PNS::HullIntersection(), and SHAPE_LINE_CHAIN::Intersect().


The documentation for this struct was generated from the following file: