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

AVS.RescaleArc Method

Changes radius of an arc and translates its center in relation to a reference point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RescaleArc
(
	AvlNet.Arc2D inArc,
	float inScale,
	bool inInverse,
	out AvlNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcAvlNet.Arc2D
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outArcAvlNet.Arc2D

Function Overrides

See also