Back to Adaptive Vision Library website

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

PlanePlaneIntersection3D


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
inPlane1 const Plane3D&
inPlane2 const Plane3D&
outIntersectionLine Conditional<Line3D>&