2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
options can now be read in from json-formatted file. see examples/options_example.json for an example. applying the options to the board doesn't work right now, but the options are set... More... almost 16 years ago
now tick-paths are inserted into the svg tree and temporarily the lines color is applied to it as the stroke color. ticks should work in svg. More... almost 16 years ago
moved ticks from lines to path - are currently not drawn in SVG and won't work in VML added .loadFromFile() method to JXG.Options. it reads from file but currently won't pass the options to the board. added example options-json file More... almost 16 years ago
Adding jquery.min.js More... almost 16 years ago
Working towards independence from prototype.js. Removed all occurrences of $R(), $A(), isFunction(), each()... . Among the remaining dependencies are event handling and getStyle(). More... almost 16 years ago
Replaced $() by document.getElementById() More... almost 16 years ago
Bugfix in projectPointToCurve: position was not set. Introduced the function lagrangePolynomial in Algebra.js and in Wrappers.js More... almost 16 years ago
Improvement of tangents. Introduction of normals on curves (put in Composition.js) Improvement on free lines. More... almost 16 years ago
Tangents More... almost 16 years ago
Enabled free lines. Initial trial with tangents realized via free lines. Refactoring of createPoint(). Change in API for IntersectionFunc: Introduced ZEval() and Z() in Point. createElement('point',intersectFunc) -> createElement('point',[intersectFunc]) Bugfix in IntergeoReader More... almost 16 years ago
Peter Wilfahrt: GeogebraReader More... almost 16 years ago
Peter Wilfahrt: GeogebraReader More... almost 16 years ago
Peter Wilfahrt: Added initial trials with a GeogebraReader. More... almost 16 years ago
removed option createAxis added options for axis, zoom, grid More... almost 16 years ago
Replaced home grown rounding to fixed precision by String.toFixed(n). A board.round() is a wrapper for this. Replaced one global variable in UpdateRenderer More... almost 16 years ago
First experiments with tangents More... almost 16 years ago
0.68 released. More... almost 16 years ago
Start position and start direction for turtles are possible. More... almost 16 years ago
Turtles are now full GeometryElements and can be created by board.createElement('turtle'); Sliders got a new method Value(). More... almost 16 years ago
line.hasPoint() fuer homogene Koordinaten angepasst. More... almost 16 years ago
added createAxis option to attributes parameter in initBoard() More... almost 16 years ago
Added an example for multiple turtles: Simulation of the SIR epidemiology model. More... almost 16 years ago
Enhancement of turtle graphics: Input of lookTo() can be a coordinates array or an angle (degrees) Input of setPos() can be a coordinates array or 2 parameters (x,y). turtle.html: Visualization of ordinary differential equations with turtle graphics. More... almost 16 years ago
jsxturtle.js: clean() and clearScreen() only affects the turtle, not the other elements of the board. More... almost 16 years ago
Update of all license strings to "Copyright 2008,2009" More... almost 16 years ago
Now, CalcStraight() is able to handle homogeneous coordinates. Improved IntergeoReader() More... almost 16 years ago
turtles.html: example for multiple turtles More... almost 16 years ago
Multiple turtles. Bug in turtle angle More... almost 16 years ago
Sliders in arbitrary directions enabled. adapted all examples to the new syntax. Attention: the wiki examples have to be adapted after the next release. More... about 16 years ago
Adaption of the L-Systems generator for the IE. More... about 16 years ago