Search results

From JSXGraph Wiki
  • var t = board.create('transform', [Math.PI/3,p1], {type:'rotate'}); // angle, rotation center var t = board.create('transform', [Math.PI/3,'C'], {type:'rotate'}); // angle, rotation center ...
    7 KB (1,009 words) - 00:13, 15 February 2010
  • -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); ...
    1 KB (186 words) - 12:40, 8 June 2011
  • *[[transform]] ...
    146 bytes (13 words) - 18:24, 2 February 2009
  • var tRot = brd.create('transform', [30.0*Math.PI/180.0, -2,-1], {type:'rotate'}); var tRot = brd.create('transform', [30.0*Math.PI/180.0, -2,-1], {type:'rotate'}); ...
    4 KB (552 words) - 15:55, 9 August 2023
  • var tOff = brd.create('transform', [function(){return p0.X()},function(){return p0.Y()}], {type:'translate'} var tRot = brd.create('transform', [function(){return Math.atan2(p1.Y()-p0.Y(),p1.X()-p0.X())}, p0], {type:' ...
    7 KB (954 words) - 15:54, 9 August 2023
  • var rot = brd.create('transform',[function(){ return Math.PI/4;},p1],{type:'rotate'}); // rot is defined b var rot = brd.create('transform',[function(){ return Math.PI/4;},p1],{type:'rotate'}); // rot is defined b ...
    2 KB (281 words) - 10:10, 3 August 2010
  • var tOff = brd.create('transform', [function(){return p0.X()},function(){return p0.Y()}], {type:'translate'} var tRot = brd.create('transform', [function(){return Math.atan2(p1.Y()-p0.Y(),p1.X()-p0.X())}, p0], {type:' ...
    5 KB (662 words) - 16:55, 3 July 2012
  • var phi0 = board.create('transform', [-Math.PI * 0.25], {type: 'rotate'}); var t0 = board.create('transform', [-2, 1], {type: 'translate'}); ...
    4 KB (563 words) - 15:45, 6 July 2021
  • Ss = board.create('transform', [s], {type:'reflect'}), St = board.create('transform', [t], {type:'reflect'}), ...
    3 KB (424 words) - 17:10, 24 June 2020
  • t1 = brd.create('transform', [l1], {type:'reflect'}); t2 = brd.create('transform', [l2], {type:'reflect'}); ...
    3 KB (402 words) - 13:00, 3 March 2021
  • Ss = board.create('transform', [s], {type:'reflect'}), St = board.create('transform', [t], {type:'reflect'}), ...
    3 KB (430 words) - 17:11, 24 June 2020
  • var transform = board.create('transform', x_fcts, {type: 'generic'}); var p3 = board.create('polygon', [p1, transform]); ...
    5 KB (629 words) - 10:19, 22 July 2020
  • var tOff = brd.create('transform', [ var tOffInverse = brd.create('transform', [ ...
    8 KB (868 words) - 10:46, 9 March 2016
  • var t = brd.create('transform', [function(){return p0.X();},function(){return p0.Y();}], {type:'translate var t = brd.create('transform', [function(){return p0.X();},function(){return p0.Y();}], {type:'translate ...
    2 KB (249 words) - 09:29, 7 June 2011
  • // Transform the dates into years from start // Transform the dates into years from start ...
    6 KB (713 words) - 13:30, 3 March 2021
  • x.on('drag', function(){ transform(x);}); function transform(x) { ...
    3 KB (341 words) - 13:28, 6 March 2016
  • x.on('drag', function(){ transform(x);}); function transform(x) { ...
    3 KB (356 words) - 13:21, 6 March 2016
  • *** [[Transform]] ...
    2 KB (166 words) - 18:44, 2 June 2009
  • // Transform the dates into days from birthday // Transform the dates into days from birthday ...
    6 KB (681 words) - 13:29, 3 March 2021
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)