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