You are here: Start » AVL.NET » AVS.SegmentVector Method

AVS.SegmentVector Method

Returns the vector [x2 - x1, y2 - y1].

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SegmentVector
(
	AvlNet.Segment2D inSegment,
	out AvlNet.Vector2D outVector
)

Parameters

Name Type Range Default Description
inSegmentAvlNet.Segment2D
outVectorAvlNet.Vector2D

See also