You are here: Start » AVL.NET » Invoke.LinePlaneIntersection3D
Computes the intersection point of a line in 3D and a plane.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LinePlaneIntersection3D ( Avl.Line3D inLine3D, Avl.Plane3D inPlane, Conditional<Avl.Point3D> outIntersectionPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inLine3D | Avl.Line3D | |||
![]()  | inPlane | Avl.Plane3D | |||
![]()  | outIntersectionPoint | Atl.Conditional<Avl.Point3D> | 


