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

AVS.CircleArea Method

Computes the area of a circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CircleArea
(
	AvlNet.Circle2D inCircle,
	out float outArea
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2D
outAreafloat

See also