You are here: Start » AVL.NET » AVL.TestPointInSegment_Deprecated(AvlNet.Point2D, AvlNet.Segment2D, bool)

AVL.TestPointInSegment_Deprecated(AvlNet.Point2D, AvlNet.Segment2D, bool)

Tests whether a point lies in a segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TestPointInSegment_Deprecated(
	AvlNet.Point2D inPoint,
	AvlNet.Segment2D inSegment,
	out bool outIsContained
)

Parameters

inPoint
Type: AvlNet.Point2D
inSegment
Type: AvlNet.Segment2D
outIsContained
Type: System.Boolean

See also