Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » Box3DVolume
Box3DVolume
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Returns the volume of the input box in 3D.
Syntax
C++
C#
void avl::Box3DVolume ( const avl::Box3D& inBox3D, float& outVolume )


