You are here: Start » AVL.NET » AVL.CreateCoordinateSystemFromVector Method
AVL.CreateCoordinateSystemFromVector Method
Creates a coordinate system from a vector.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateCoordinateSystemFromVector( AvlNet.Vector2D inVector, float inAngle, float inScale, float inScaleDivisor, out AvlNet.CoordinateSystem2D outCoordinateSystem )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inVector | AvlNet.Vector2D | |||
![]() | inAngle | 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.


