You are here: Start » AVL.NET » Invoke.TranslatePointArray
Translates an array of points by a vector.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TranslatePointArray ( List<Avl.Point2D> inPoints, Avl.Vector2D inDelta, bool inInverse, List<Avl.Point2D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]() | inDelta | Avl.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints | System.Collections.Generic.List<Avl.Point2D> |