You are here: Start » AVL.NET » AVL.CreateCoordinateSystemFromSegment Method
AVL.CreateCoordinateSystemFromSegment Method
Creates a coordinate system with the origin on a given segment.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateCoordinateSystemFromSegment( AvlNet.Segment2D inSegment, float inPointAnchor, float inRelativeAngle, float inScale, float inScaleDivisor, out AvlNet.CoordinateSystem2D outCoordinateSystem )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | AvlNet.Segment2D | |||
![]() | inPointAnchor | float | <-1.0f, 1.0f> | 0.0f | Default value: 0.0f. |
![]() | inRelativeAngle | float | |||
![]() | inScale | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | inScaleDivisor | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | outCoordinateSystem | AvlNet.CoordinateSystem2D |
Remarks
Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.


