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