You are here: Start » AVL.NET » Invoke.PointAlongPath
Transforms a point to a coordinate system in which the 'axis' path is vertical or horizontal.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PointAlongPath ( Avl.Point2D inPoint, Avl.Path inAxis, Avl.Axis inAxisType, float inAxisCoordinate, bool inInverse, out Avl.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Avl.Point2D | Input point. | ||
![]() | inAxis | Avl.Path | Input axis path. | ||
![]() | inAxisType | Avl.Axis | Y | Type of axis the input axis path is parallel to. Default value: Y. | |
![]() | inAxisCoordinate | float | 0.0f | Coordinate of the axis path. Default value: 0.0f. | |
![]() | inInverse | bool | True | Switches to the inverse operation. Default value: True. | |
![]() | outPoint | Avl.Point2D | Transformed point. |