You are here: Start » AVL.NET » Invoke.StretchPath
Invoke.StretchPath
Moves, rotates and scales the path so that its end-points end up at the given two points.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void StretchPath ( Avl.Path inPath, Avl.Point2D inNewEndpoint1, Avl.Point2D inNewEndpoint2, Avl.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path, must be open. | ||
![]() | inNewEndpoint1 | Avl.Point2D | New starting point of the path. | ||
![]() | inNewEndpoint2 | Avl.Point2D | New ending point of the path. | ||
![]() | outPath | Avl.Path | Output path. |