Back to Aurora Vision Library Lite website

You are here: Start » Geometry 2D » Geometry 2D Spatial Transforms » TrimPathArray

TrimPathArray


Header: AVL.h
Namespace: avl

Creates an array of paths contained in a box from another array of paths.

Syntax

void avl::TrimPathArray
(
	const atl::Array<avl::Path>& inPaths,
	const avl::Box& inBox,
	avl::TrimPathMethod::Type inTrimPathMethod,
	atl::Array<avl::Path>& outPaths
)

Parameters

Name Type Default Description
Input value inPaths const Array<Path>&
Input value inBox const Box&
Input value inTrimPathMethod TrimPathMethod::Type PointToPoint
Output value outPaths Array<Path>&