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

AVS.RescalePath Method

Translates each point of a path proportionally to its distance to a reference point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RescalePath
(
	AvlNet.Path inPath,
	float inScale,
	bool inInverse,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPathAvlNet.PathOutput path.

Function Overrides

See also