Back to Adaptive Vision Library website

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

Box3DSurfaceArea


Returns the surface area of the input box in 3D.

Syntax

C++
C#
 
void avl::Box3DSurfaceArea
(
	const avl::Box3D& inBox3D,
	float& outSurfaceArea
)

Parameters

Name Type Default Description
inBox3D const Box3D&
outSurfaceArea float&