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

Segment2D Constructor

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

Syntax

public Segment2D
(
	float x1,
	float y1,
	float x2,
	float y2
)

Parameters

Name Type Range Default Description
x1float
y1float
x2float
y2float

See also