You are here: Start » AVL.NET » Invoke.TranslatePoint_Toward
Translates a point towards another point by a specified distance.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TranslatePoint_Toward ( Avl.Point2D inPoint, Avl.Point2D inTargetPoint, float inDistance, bool inInverse, out Avl.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Avl.Point2D | |||
![]() | inTargetPoint | Avl.Point2D | Defines the direction of the translation. | ||
![]() | inDistance | float | The distance between inPoint and outPoint. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint | Avl.Point2D |