Back to Aurora Vision Library website

You are here: Start » Function Reference » Surface » Surface Basics » GetSurfaceElement_Interpolated

GetSurfaceElement_Interpolated


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Returns an interpolated single point of a surface given its surface grid coordinates.

Syntax

C++
C#
 
void avl::GetSurfaceElement_Interpolated
(
	const avl::Surface& inSurface,
	const avl::Point2D& inPoint,
	int inInterpolationRadius,
	avl::Point3D& outPoint
)

Parameters

Name Type Range Default Description
Input value inSurface const Surface& Input surface
Input value inPoint const Point2D& Surface grid coordinates of the input point
Input value inInterpolationRadius int 0 - 65535 0 Radius of vicinity being taken into account to interpolate not existing point
Output value outPoint Point3D& Output point