CircleShape constructor

CircleShape()

Implementation

CircleShape() : super(ShapeType.circle) {
  radius = 0.0;
}