/** * This is graph model used for hit test and draw. * */ function VertexModel() { this.diameter = 30; }