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

Invoke.ReverseSegment

Swaps the two endpoints of a segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ReverseSegment
(
	Avl.Segment2D inSegment,
	out Avl.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
outSegmentAvl.Segment2D

See also