Back to Adaptive Vision Library website

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

SurfaceToPoint3DGrid


Header:AVL.h
Namespace:avl

Converts a surface object to a grid of points.

Syntax

C++
C#
 
void avl::SurfaceToPoint3DGrid
(
	const avl::Surface& inSurface,
	avl::Point3DGrid& outPoint3DGrid
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
outPoint3DGrid Point3DGrid& Output point grid