You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inSegment3D | Avl.Segment3D | |||
![]() | inPlane | Avl.Plane3D | |||
![]() | outIntersectionPoint | Atl.Conditional<Avl.Point3D> |