README 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. -------------------------------------------------------------------------------
  2. DojoX Math
  3. -------------------------------------------------------------------------------
  4. Version 0.9
  5. Release date: 10/20/2007
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. experimental
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Cal Henderson
  12. Dan Pupius
  13. Tom Trenka (ttrenka AT gmail.com)
  14. Eugene Lazutkin (eugene.lazutkin AT gmail.com)
  15. -------------------------------------------------------------------------------
  16. Project description
  17. A port of the main functionality of dojo.math 0.4. Includes advanced math
  18. functions, abstract curve definitions, and some point calculations.
  19. -------------------------------------------------------------------------------
  20. Dependencies:
  21. Depends on the Dojo Core, v1.0
  22. -------------------------------------------------------------------------------
  23. Documentation
  24. See the API documentation.
  25. -------------------------------------------------------------------------------
  26. Installation instructions
  27. Grab the following from the Dojo SVN Repository:
  28. http://svn.dojotoolkit.org/src/dojox/trunk/math.js
  29. http://svn.dojotoolkit.org/src/dojox/trunk/math/*
  30. Install into the following directory structure:
  31. /dojox/math/
  32. ...which should be at the same level as your Dojo checkout.
  33. -------------------------------------------------------------------------------