Difference between revisions of "User:Lerc/shapes"

From CodeStuff
Jump to: navigation, search
 
Line 1: Line 1:
<edcode>
+
An attempt to demonstrate Pythagoras without text.
  
 
+
Click run to see it happen.
var m;
+
<edcode>var m;
 
var quarterTurn = Math.PI/2;
 
var quarterTurn = Math.PI/2;
 
var base=65;
 
var base=65;

Latest revision as of 10:45, 26 April 2012

An attempt to demonstrate Pythagoras without text.

Click run to see it happen.