You are here: Start » AVL.NET » AVL.SegmentVector(AvlNet.Segment2D, AvlNet.Vector2D)

AVL.SegmentVector(AvlNet.Segment2D, AvlNet.Vector2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inSegment
Type: AvlNet.Segment2D
outVector
Type: AvlNet.Vector2D

Examples

SegmentVector performed on a segment with parameters: X1 = 50, Y1 = 50, X2 = 300, Y2 = 300.
outVector result shown on the right picture.

See also