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

AVS.RescaleProfile Method

Applies a linear transformation to a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RescaleProfile
(
	AvlNet.Profile ioProfile,
	AvlNet.Range? inRange,
	float inA,
	float inB
)

Parameters

Name Type Range Default Description
ioProfileAvlNet.Profile
inRangeAvlNet.Range?
inAfloat1.0fValue multiplied. Default value: 1.0f.
inBfloat0.0fValue added. Default value: 0.0f.

Function Overrides

See also