<script src="http://spelprogrammering.nu/simple.js">
function start()
{
  math.axes();
  math.point( 1,  1);
  math.point(-1,  2);
  math.point(-2, -1);
  math.point( 1, -1);
}
</script>
        
Gå tillbaka