public PShape( PShape shape ) : base(shape) { this.points = shape.points; }
public PShape(PShape shape) : base(shape) { this.points = shape.points; }