Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Spatial Transforms » CropLine3D

CropLine3D


Header:AVL.h
Namespace:avl

Creates a segment contained in a box in 3D from a line in 3D.

Syntax

C++
C#
 
void avl::CropLine3D
(
	const avl::Line3D& inLine3D,
	const avl::Box3D& inBox3D,
	atl::Conditional<avl::Segment3D>& outSegment3D
)

Parameters

Name Type Default Description
inLine3D const Line3D&
inBox3D const Box3D&
outSegment3D Conditional<Segment3D>&

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in CropLine3D.