mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-11 18:26:17 +00:00
first commit
This commit is contained in:
10
script/VertexModel.js
Normal file
10
script/VertexModel.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* This is graph model used for hit test and draw.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
function VertexModel()
|
||||
{
|
||||
this.diameter = 30;
|
||||
}
|
||||
Reference in New Issue
Block a user