Back to FabImage Library website

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

PlanePlaneIntersection3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Computes a common line in 3D of two planes.

Syntax

C++
C#
 
void fil::PlanePlaneIntersection3D
(
	const fil::Plane3D& inPlane1,
	const fil::Plane3D& inPlane2,
	ftl::Conditional<fil::Line3D>& outIntersectionLine
)

Parameters

Name Type Default Description
Input value
inPlane1 const Plane3D&
Input value
inPlane2 const Plane3D&
Output value
outIntersectionLine Conditional<Line3D>&

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in PlanePlaneIntersection3D.