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

AVS.SegmentPlaneIntersection3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SegmentPlaneIntersection3D
(
	AvlNet.Segment3D inSegment3D,
	AvlNet.Plane3D inPlane,
	out AvlNet.Point3D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
inPlaneAvlNet.Plane3D
outIntersectionPointAvlNet.Point3D?

See also