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

Invoke.SegmentPlaneIntersection3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SegmentPlaneIntersection3D
(
	Avl.Segment3D inSegment3D,
	Avl.Plane3D inPlane,
	Conditional<Avl.Point3D> outIntersectionPoint
)

Parameters

Name Type Range Default Description
inSegment3DAvl.Segment3D
inPlaneAvl.Plane3D
outIntersectionPointAtl.Conditional<Avl.Point3D>

See also