PolygonToolsCreateCircle Method |
Creates a circle with the specified radius and number of edges.
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vertices CreateCircle(
float radius,
int numberOfEdges
)
Parameters
- radius Single
- The radius.
- numberOfEdges Int32
- The number of edges. The more edges, the more it resembles a circle
Return Value
Vertices
See Also