You are here: Start » AVL.NET » Invoke.Circle3DArea

Invoke.Circle3DArea

Computes the area of a circle in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Circle3DArea
(
	Avl.Circle3D inCircle3D,
	out float outArea
)

Parameters

Name Type Range Default Description
inCircle3DAvl.Circle3D
outAreafloat

See also