Back to FabImage Library website

You are here: Start » Function Reference » Path » Path Features » PathMassCenter_OrNil

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
Input value inPath const Path& Input path
Output value outMassCenter Conditional<Point2D>&