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

Segment2D Constructor

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

Syntax

public Segment2D
(
	float point1X,
	float point1Y,
	float point2X,
	float point2Y
)

Parameters

Name Type Range Default Description
point1Xfloat
point1Yfloat
point2Xfloat
point2Yfloat

See also