graphonline/script/VertexModel.js
2017-04-15 01:34:36 +03:00

11 lines
115 B
JavaScript

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