Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 3D Features » Points3DMassCenter
Points3DMassCenter
Computes the central point of the input points.
Syntax
C++
C#
void avl::Points3DMassCenter ( const atl::Array<avl::Point3D>& inPoints, avl::Point3D& outMassCenter )
Parameters
Errors
| Error type | Description |
|---|---|
| DomainError | Input point array is empty in Points3DMassCenter. |


