Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Relations » TestSegmentsIntersect
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Tests whether two segments intersect.
Syntax
C++
C#
Python
void avl::TestSegmentsIntersect ( const avl::Segment2D& inSegment1, const avl::Segment2D& inSegment2, bool& outDoIntersect )


