Back to Aurora Vision Library Lite website

You are here: Start » Geometry 2D » Geometry 2D Relations » TestSegmentsIntersect

TestSegmentsIntersect


Header: AVL.h
Namespace: avl

Tests whether two segments intersect.

Syntax

C++
Python
 
void avl::TestSegmentsIntersect
(
	const avl::Segment2D& inSegment1,
	const avl::Segment2D& inSegment2,
	bool& outDoIntersect
)

Parameters

Name Type Default Description
Input value inSegment1 const Segment2D&
Input value inSegment2 const Segment2D&
Output value outDoIntersect bool&