You are here: Start » AVL.NET » AVL.PlanePlaneIntersection3D Method

AVL.PlanePlaneIntersection3D Method

Computes a common line in 3D of two planes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PlanePlaneIntersection3D(
	AvlNet.Plane3D inPlane1,
	AvlNet.Plane3D inPlane2,
	out AvlNet.Line3D? outIntersectionLine
)

Parameters

Name Type Range Default Description
inPlane1AvlNet.Plane3D
inPlane2AvlNet.Plane3D
outIntersectionLineAvlNet.Line3D?

See also