Click or drag to resize

PolygonToolsCreateCircle Method

Creates a circle with the specified radius and number of edges.

Namespace:  Internal.tainicom.Aether.Physics2D.Common
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vertices CreateCircle(
	float radius,
	int numberOfEdges
)

Parameters

radius
Type: SystemSingle
The radius.
numberOfEdges
Type: SystemInt32
The number of edges. The more edges, the more it resembles a circle

Return Value

Type: Vertices
See Also