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

AVS.PointAlongPath Method

Transforms a point to a coordinate system in which the 'axis' path is vertical or horizontal.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointAlongPath
(
	AvlNet.Point2D inPoint,
	AvlNet.Path inAxis,
	AvlNet.Axis inAxisType,
	float inAxisCoordinate,
	bool inInverse,
	out AvlNet.Point2D outPoint
)

Parameters

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

See also