Back to Aurora Vision Library website

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

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
)

Parameters

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