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

AVS.TestPoint3DInBox3D Method

Tests whether a point in 3D lies in a box in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestPoint3DInBox3D
(
	AvlNet.Point3D inPoint3D,
	AvlNet.Box3D inBox3D,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
inBox3DAvlNet.Box3D
outIsContainedbool

See also