Back to Adaptive Vision Library website

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

AveragePoint_OfLoop_Deprecated


Header:AVL.h
Namespace:avl

Computes the central point of the points appearing in consecutive iterations

Syntax

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

Parameters

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