Continuous functions: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 28: Line 28:




  v2 = board.createElement('curve', [function(t){return x2.X();},function(t){return t}], {strokeColor:'red',dash:1});
  h2 = board.createElement('curve', [function(t){return t},function(t){return y2.Y();},], {strokeColor:'red',dash:1});
  v3 = board.createElement('curve', [function(t){return x3.X();},function(t){return t}], {strokeColor:'red',dash:1});
  h3 = board.createElement('curve', [function(t){return t},function(t){return y3.Y();},], {strokeColor:'red',dash:1});


</script>
</script>

Revision as of 10:58, 17 December 2008

References

The underlying JavaScript source code