Back to FabImage Library website

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

TestPoint3DInBox3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

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

Syntax

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

Parameters

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