You are here: Start » AVL.NET » AVS.AvsFilter_MakeLine Method

AVS.AvsFilter_MakeLine Method

Creates a line structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeLine
(
	float inA,
	float inB,
	float inC,
	out AvlNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inAfloatFirst linear parameter.
inBfloatSecond linear parameter.
inCfloatThird linear parameter.
outLineAvlNet.Line2D

See also