Back to Aurora Vision Library website

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

TrimSegment


Header: AVL.h
Namespace: avl
Module: FoundationLite

Creates a segment contained in a box from another segment.

Syntax

C++
C#
 
void avl::TrimSegment
(
	const avl::Segment2D& inSegment,
	const avl::Box& inBox,
	atl::Conditional<avl::Segment2D>& outSegment
)

Parameters

Name Type Default Description
Input value inSegment const Segment2D&
Input value inBox const Box&
Output value outSegment Conditional<Segment2D>&

Examples

TrimSegment performed on the sample box and segment.