You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inLine1 | Avl.Line3D | |||
![]()  | inLine2 | Avl.Line3D | |||
![]()  | outIntersectionPoint | Atl.Conditional<Avl.Point3D> | 


