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

Invoke.SegmentVector

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegmentFil.Segment2D
outVectorFil.Vector2D

See also