Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » Box3DCenter

Box3DCenter


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Returns the center of the input box in 3D.

Syntax

C++
C#
 
void avl::Box3DCenter
(
	const avl::Box3D& inBox3D,
	avl::Point3D& outCenter
)

Parameters

Name Type Default Description
Input value inBox3D const Box3D&
Output value outCenter Point3D&