Back to Aurora Vision Library website

You are here: Start » Function Reference » Conversions » Box3DToBox

Box3DToBox


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Converts a box in 3D to a box in 2D by ignoring its Z coordinates.

Syntax

C++
C#
 
void avl::Box3DToBox
(
	const avl::Box3D& inBox3D,
	avl::Box& outBox2D
)

Parameters

Name Type Default Description
Input value inBox3D const Box3D&
Output value outBox2D Box&