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


