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

Edge1D Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public Edge1D
(
	Avl.Point2D point_,
	float magnitude_,
	Avl.EdgeTransition transition_,
	float position_
)

Parameters

Name Type Range Default Description
point_Avl.Point2D
magnitude_float
transition_Avl.EdgeTransition
position_float

See also