You are here: Start » AVL.NET » Invoke.PlaneThroughPoints3D
Computes a plane passing through three distinct points in 3D.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PlaneThroughPoints3D ( Avl.Point3D inPoint1, Avl.Point3D inPoint2, Avl.Point3D inPoint3, out Avl.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint1 | Avl.Point3D | |||
![]() | inPoint2 | Avl.Point3D | |||
![]() | inPoint3 | Avl.Point3D | |||
![]() | outPlane | Avl.Plane3D |


