You are here: Start » AVL.NET » Invoke.GetPointOnPath

Invoke.GetPointOnPath

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void GetPointOnPath
(
	Avl.Path inPath,
	float inDistanceAlongPath,
	out Avl.Point2D outPoint
)

Parameters

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

See also