You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.TrimLineToRectangle

AVL.TrimLineToRectangle

Creates a segment contained in a rectangle from a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TrimLineToRectangle
(
	AvlNet.Line2D inLine,
	AvlNet.Rectangle2D inRectangle,
	out AvlNet.Segment2D? outSegment
)

Parameters

Name Type Range Default Description
inLineAvlNet.Line2D
inRectangleAvlNet.Rectangle2DRectangle defining a region the input line will be cropped to.
outSegmentAvlNet.Segment2D?

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in TrimLineToRectangle.

See also