MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / SegmentIntersection

Class SegmentIntersection

geometry/line_segment_intersection.cpp:22–86  ·  view source on GitHub ↗

* intersect returns true if segments of two line intersects and * false if they do not. It calls the subroutines direction * which computes the orientation. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected