You are here: Start » AVL.NET » AVS.AvsFilter_MakePlane Method
AVS.AvsFilter_MakePlane Method
Creates a plane structure from individual fields.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_MakePlane ( float inA, float inB, float inC, float inD, out AvlNet.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inA | float | First plane parameter. | ||
![]() | inB | float | Second plane parameter. | ||
![]() | inC | float | Third plane parameter. | ||
![]() | inD | float | Fourth plane parameter. | ||
![]() | outPlane | AvlNet.Plane3D |


