You are here: Start » AVL.NET » AVS.LinePlaneIntersection3D Method

AVS.LinePlaneIntersection3D Method

Computes the intersection point of a line in 3D and a plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LinePlaneIntersection3D
(
	AvlNet.Line3D inLine3D,
	AvlNet.Plane3D inPlane,
	out AvlNet.Point3D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3D
inPlaneAvlNet.Plane3D
outIntersectionPointAvlNet.Point3D?

See also