Back to Aurora Vision Library website

You are here: Start » Function Reference » Region » Region Combinators » RegionIntersection_OfLoop

RegionIntersection_OfLoop


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes the common part of regions appearing in consecutive iterations.

Syntax

C++
C#
 
void avl::RegionIntersection_OfLoop
(
	RegionCombinators_OfLoopState& ioState,
	const avl::Region& inRegion,
	avl::Region& outRegion
)

Parameters

Name Type Default Description
Input will be modified ioState RegionCombinators_OfLoopState& Object used to maintain state of the function.
Input value inRegion const Region& Input region
Output value outRegion Region& Output region

Description

Loop version of RegionIntersection.

See Also