You are here: Start » AVL.NET » Invoke.LineLineIntersection3D

Invoke.LineLineIntersection3D

Computes a common point of two lines in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LineLineIntersection3D
(
	Avl.Line3D inLine1,
	Avl.Line3D inLine2,
	Conditional<Avl.Point3D> outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLine1Avl.Line3D
inLine2Avl.Line3D
outIntersectionPointAtl.Conditional<Avl.Point3D>

See also