Point

Points are put onto the graph with an x and y definition [x,y].

```graph
bounds: [-10, 10, 10, -10]
elements: [
	{type: point, def: [1,1]}
]
```

point