graphonline/script/VertexModel.js
2020-07-03 23:24:10 +03:00

11 lines
115 B
JavaScript
Executable File

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