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

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
inLine3DAvl.Line3D
inPlaneAvl.Plane3D
outIntersectionPointAtl.Conditional<Avl.Point3D>

See also