CircleShape.this

* Default constructor. * * Params: * radius = Radius of the circle * pointCount = Number of points composing the circle

class CircleShape
this
(
float radius = 0
,
uint pointCount = 30
)

Meta