'use strict'; /** * */ function MeshSeed(x, y, fill, weight) { this.x = x; this.y = y; this.fill = fill; this.weight = weight; };