Files
graphonline/script/VertexModel.js
/usr/bin/nano 61f79385ea Fix conflict
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;
}