Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Relations » TestPoint3DInBox3D

TestPoint3DInBox3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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

Syntax

C++
C#
 
void avl::TestPoint3DInBox3D
(
	const avl::Point3D& inPoint3D,
	const avl::Box3D& inBox3D,
	bool& outIsContained
)

Parameters

Name Type Default Description
Input value inPoint3D const Point3D&
Input value inBox3D const Box3D&
Output value outIsContained bool&