Back to Aurora Vision Library website

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

PlanePlaneIntersection3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Computes a common line in 3D of two planes.

Syntax

C++
C#
 
void avl::PlanePlaneIntersection3D
(
	const avl::Plane3D& inPlane1,
	const avl::Plane3D& inPlane2,
	atl::Conditional<avl::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.