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
inAfloatFirst plane parameter.
inBfloatSecond plane parameter.
inCfloatThird plane parameter.
inDfloatFourth plane parameter.
outPlaneAvlNet.Plane3D

See also