Back to FabImage Library website

You are here: Start » Function Reference » Geometry 2D Interpolations » AveragePoint_OfLoop_Deprecated

AveragePoint_OfLoop_Deprecated


Header:FIL.h
Namespace:fil

Computes the central point of the points appearing in consecutive iterations

Syntax

C++
 
void fil::AveragePoint_OfLoop_Deprecated
(
	AveragePoint_OfLoopState& ioState,
	const fil::Point2D& inPoint,
	fil::Point2D& outPoint
)

Parameters

Name Type Default Description
ioState AveragePoint_OfLoopState& Object used to maintain state of the function.
inPoint const Point2D&
outPoint Point2D&