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

AVL.ResizeCircle Method

Changes radius of a circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ResizeCircle(
	AvlNet.Circle2D inCircle,
	float inNewSize,
	out AvlNet.Circle2D outCircle
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2D
inNewSizefloat<0.0f, INF>1.0fNew value for radius. Default value: 1.0f.
outCircleAvlNet.Circle2D

Examples

ResizeCircle performed on the sample circle, inNewSize = 40.

See also