You are here: Start » AVL.NET » AVL.TranslatePointArray(AvlNet.Point2D[], AvlNet.Vector2D, bool, AvlNet.Point2D[])
AVL.TranslatePointArray(AvlNet.Point2D[], AvlNet.Vector2D, bool, AvlNet.Point2D[])
Translates an array of points by a vector.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TranslatePointArray( AvlNet.Point2D[] inPoints, AvlNet.Vector2D inDelta, bool inInverse, out AvlNet.Point2D[] outPoints )
Parameters
- inPoints
- Type: AvlNet.Point2D
- inDelta
- Type: AvlNet.Vector2D
Translation vector - inInverse
- Type: System.Boolean
Switches to the inverse operation - outPoints
- Type: AvlNet.Point2D
