Back to Aurora Vision Library website

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

SurfaceToPoint3DGrid


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

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
Input value inSurface const Surface& Input surface
Output value outPoint3DGrid Point3DGrid& Output point grid