You are here: Start » AVL.NET » AVS.PointAlongArc Method

AVS.PointAlongArc Method

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

Name Type Range Default Description
inPointAvlNet.Point2DInput point.
inAxisAvlNet.Arc2DInput axis arc.
inAxisTypeAvlNet.AxisYType of axis the input axis arc is parallel to. Default value: Y.
inAxisCoordinatefloat0.0fCoordinate of the axis arc. Default value: 0.0f.
inInverseboolTrueSwitches to the inverse operation. Default value: True.
outPointAvlNet.Point2DTransformed point.

See also