You are here: Start » AVL.NET » AVL.PointAlongArc(AvlNet.Point2D, AvlNet.Arc2D, AvlNet.Axis, float, bool, AvlNet.Point2D)
AVL.PointAlongArc(AvlNet.Point2D, AvlNet.Arc2D, AvlNet.Axis, float, bool, AvlNet.Point2D)
Transforms a point to a coordinate system in which the 'axis' arc is vertical or horizontal.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PointAlongArc( AvlNet.Point2D inPoint, AvlNet.Arc2D inAxis, AvlNet.Axis inAxisType, float inAxisCoordinate, bool inInverse, out AvlNet.Point2D outPoint )
Parameters
- inPoint
- Type: AvlNet.Point2D
Input point - inAxis
- Type: AvlNet.Arc2D
Input axis arc - inAxisType
- Type: AvlNet.Axis
Type of axis the input axis arc is parallel to - inAxisCoordinate
- Type: System.Single
Coordinate of the axis arc - inInverse
- Type: System.Boolean
Switches to the inverse operation - outPoint
- Type: AvlNet.Point2D
Transformed point
