You are here: Start » AVL.NET » AVS.TestPointInBox Method

AVS.TestPointInBox Method

Tests whether a point lies in a box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestPointInBox
(
	AvlNet.Point2D inPoint,
	AvlNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
inBoxAvlNet.Box
outIsContainedbool

See also