Closed alvarobyrne closed 8 years ago
I don't understand why the issue. Front page:
// a 'vertex' is an object exhibiting 'x' and 'y' properties. The
// Voronoi object will add a unique 'voronoiId' property to all
// sites. The 'voronoiId' can be used as a key to lookup the associated cell
// in diagram.cells.
Hi. Yes it's not an issue, just thought it would be more complete to say that sites are Point
public objects in contrast to Vertex
. Certainly not an issue: it is fine as it is.
Hi. Sites are characterized by points. And each point is (allow redundance) a
Point
which hasid
,x
andy
fileds.Point
public object is then different from (documented)Vertex
public object in that the latter doesn't have anid
property/field. Isn't that a case? Isn't this the case? Thank you.