Back to Adaptive Vision Library website

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

SegmentPlaneIntersection3D


Header:AVL.h
Namespace:avl

Computes the intersection point of a segment in 3D and a plane.

Syntax

C++
C#
 
void avl::SegmentPlaneIntersection3D
(
	const avl::Segment3D& inSegment3D,
	const avl::Plane3D& inPlane,
	atl::Conditional<avl::Point3D>& outIntersectionPoint
)

Parameters

Name Type Default Description
inSegment3D const Segment3D&
inPlane const Plane3D&
outIntersectionPoint Conditional<Point3D>&

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in SegmentPlaneIntersection3D.