You are here: Start » AVL.NET » Invoke.PlaneThroughLineAndPoint3D
Computes a plane passing through a line and a point in 3D.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PlaneThroughLineAndPoint3D ( Avl.Line3D inLine3D, Avl.Point3D inPoint3D, out Avl.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine3D | Avl.Line3D | |||
![]() | inPoint3D | Avl.Point3D | |||
![]() | outPlane | Avl.Plane3D |


