Back to Adaptive Vision Library website

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

GetSurfacePath


Returns a path consisting of interpolated single points of a surface given their surface grid coordinates.

Header:AVL.h

Syntax

C++
C#
 
void avl::GetSurfacePath
(
	const avl::Surface& inSurface,
	const avl::Path& inPath,
	avl::Path& outPath
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
inPath const Path& Surface grid coordinates of the input path points
outPath Path& Output path in surface coordinates