You are here: Start » AVL.NET » AVL.AlignPointArray(AvlNet.Point2D[], AvlNet.CoordinateSystem2D, bool, AvlNet.Point2D[])
AVL.AlignPointArray(AvlNet.Point2D[], AvlNet.CoordinateSystem2D, bool, AvlNet.Point2D[])
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[] outPoints )
Parameters
- inPoints
- Type: AvlNet.Point2D
- inAlignment
- Type: AvlNet.CoordinateSystem2D
Coordinate system to align to - inInverse
- Type: System.Boolean
Switches to the inverse transform - outPoints
- Type: AvlNet.Point2D
