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


