Back to Adaptive Vision Library website

You are here: Start » Function Reference » Conversions » SurfaceToPoint3DArray

SurfaceToPoint3DArray


Header:AVL.h
Namespace:avl

Converts a surface object to an array of points.

Syntax

C++
C#
 
void avl::SurfaceToPoint3DArray
(
	const avl::Surface& inSurface,
	atl::Array<avl::Point3D>& outPoint3DArray
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
outPoint3DArray Array<Point3D>& Output point array