README 1.4 KB

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