Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Interpolations » AveragePoint
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes the middle point of two input points.
Syntax
C++
C#
void fil::AveragePoint ( const fil::Point2D& inPoint1, const fil::Point2D& inPoint2, fil::Point2D& outPoint )
Parameters
Examples
![]() |
![]() |
AveragePoint performed on two points.