You are here: Start » AVL.NET » Invoke.TranslatePoint
Translates a point by a vector.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TranslatePoint ( Avl.Point2D inPoint, Avl.Vector2D inDelta, bool inInverse, out Avl.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Avl.Point2D | |||
![]() | inDelta | Avl.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint | Avl.Point2D |