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

AVS.GetPointOnPath Method

Returns a path point of desired distance (measured along path) from the first point of the path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetPointOnPath
(
	AvlNet.Path inPath,
	float inDistanceAlongPath,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inDistanceAlongPathfloat<0.0f, INF>Distance along path from the first characteristic point to the desired point.
outPointAvlNet.Point2D

See also