Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Intersections » SegmentBoxIntersection3D

SegmentBoxIntersection3D


Computes the intersection segment of a segment in 3D and a box in 3D.

Syntax

C++
C#
 
void avl::SegmentBoxIntersection3D
(
	const avl::Segment3D& inSegment3D,
	const avl::Box3D& inBox3D,
	atl::Conditional<avl::Segment3D>& outIntersectionSegment
)

Parameters

Name Type Default Description
inSegment3D const Segment3D&
inBox3D const Box3D&
outIntersectionSegment Conditional<Segment3D>&