Files
graphonline/script/VertexModel.js
/usr/bin/nano c715e2a604 first commit
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;
}