ChainShape constructor

ChainShape()

Implementation

ChainShape() : super(ShapeType.chain) {
  radius = settings.polygonRadius;
}