You are here: Start » AVL.NET » AVL.AlignPointArray Method
AVL.AlignPointArray Method
Moves an array of points from a local coordinate system to the absolute one.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AlignPointArray( AvlNet.Point2D[] inPoints, AvlNet.CoordinateSystem2D inAlignment, bool inInverse, out AvlNet.Point2D[] outAlignedPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | AvlNet.Point2D | |||
![]() | inAlignment | AvlNet.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | outAlignedPoints | AvlNet.Point2D |


