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

Invoke.ExtendPath

Resizes the first or the last segment of a path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ExtendPath
(
	Avl.Path ioPath,
	float inExtraLength1,
	float inExtraLength2
)

Parameters

Name Type Range Default Description
ioPathAvl.Path
inExtraLength1float
inExtraLength2float

See also