Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » TrimPathArrayToRectangle

TrimPathArrayToRectangle


Header: AVL.h
Namespace: avl
Module: FoundationLite

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

Syntax

C++
C#
 
void avl::TrimPathArrayToRectangle
(
	const atl::Array<avl::Path>& inPaths,
	const avl::Rectangle2D& inRectangle,
	avl::TrimPathMethod::Type inTrimPathMethod,
	atl::Array<avl::Path>& outPaths
)

Parameters

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