<script src="http://spelprogrammering.nu/simple.js">
function start() 
{
    factor = 2;
    scale(factor,factor);
    translate(-totalWidth/2+80,-70)

    math.point(0, 0, 10, "blue");
    math.point(1.03+1, 1.03+1, 10, "red");
    math.line(0, 0, 2, 2, "black", 5);
    math.line(2, 2, 1.8, 1.9, "black", 5);
    math.line(2, 2, 1.9, 1.8, "black", 5);
    math.text(-0.3, 1, 43, "10 m/s");
    math.text(-0.3, -0.30, 33, "(423, 280)");
    math.text(2.1, 2.1, 33 ,"(???, ???)");

    math.arcRadians(0.2, pi/4, 2, "red");
    math.text(0.3, 0.05, 33, "bilens \"vinkel\" = v", "red");
}
</script>
        
Gå tillbaka