function Area(points) { this.points = (points !== undefined ? points : []); }