Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 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
 
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
 
22
Depends on the Dojo Core, v1.0
23
-------------------------------------------------------------------------------
24
Documentation
25
 
26
See the API documentation.
27
-------------------------------------------------------------------------------
28
Installation instructions
29
 
30
Grab the following from the Dojo SVN Repository:
31
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/math.js
32
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/math/*
33
 
34
Install into the following directory structure:
35
/dojox/math/
36
 
37
...which should be at the same level as your Dojo checkout.
38
-------------------------------------------------------------------------------