You are here: Start » AVL.NET » PathFittingField Constructor

PathFittingField Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public PathFittingField
(
	IList<AvlNet.Point2D> points,
	bool closed,
	float width
)

Parameters

Name Type Range Default Description
pointsSystem.Collections.Generic.IList<AvlNet.Point2D>
closedbool
widthfloat

See also