You are here: Start » AVL.NET » AVL.RescalePointArray Method

AVL.RescalePointArray Method

Changes the distances of points from an array to a reference point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RescalePointArray(
	AvlNet.Point2D[] inPoints,
	float inScale,
	bool inInverse,
	out AvlNet.Point2D[] outPoints
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPointsAvlNet.Point2D

See also