You are here: Start » AVL.NET » Invoke.SegmentVector

Invoke.SegmentVector

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SegmentVector
(
	Avl.Segment2D inSegment,
	out Avl.Vector2D outVector
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
outVectorAvl.Vector2D

See also