Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Features » PathMassCenter_OrNil
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes the average of the path points (all, not only characteristic ones); returns NIL if the path is empty.
Syntax
C++
C#
void fil::PathMassCenter_OrNil ( const fil::Path& inPath, ftl::Conditional<fil::Point2D>& outMassCenter )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
outMassCenter | Conditional<Point2D>& |