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

PathFittingField Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public PathFittingField
(
	List<Avl.Point2D> points,
	bool closed,
	float width_
)

Parameters

Name Type Range Default Description
pointsSystem.Collections.Generic.List<Avl.Point2D>
closedbool
width_float

See also