Back to FabImage Library website

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

SegmentPlaneIntersection3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

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

Syntax

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

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in SegmentPlaneIntersection3D.