You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.ReverseSegment
Swaps the two endpoints of a segment.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ReverseSegment ( AvlNet.Segment2D inSegment, out AvlNet.Segment2D outSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | AvlNet.Segment2D | |||
![]() | outSegment | AvlNet.Segment2D |
Examples
![]() |
![]() |
ReverseSegment performed on the sample segment.




