summaryrefslogtreecommitdiff
path: root/tags/START/glagen/trucs
diff options
context:
space:
mode:
author(no author) <(no author)@0f7e0d06-a6f9-0310-a55f-d5f984f55e4c>2005-02-10 23:10:52 +0000
committer(no author) <(no author)@0f7e0d06-a6f9-0310-a55f-d5f984f55e4c>2005-02-10 23:10:52 +0000
commit695965a636bddfbafa0e8b8c66bfd3e7efa5d440 (patch)
tree92da17b074c1122ebdcd53f4cd5bc6b34151c83c /tags/START/glagen/trucs
parent1761afd30c5baeb038b666a6d838309e1040eb60 (diff)
This commit was manufactured by cvs2svn to create tag 'START'.
git-svn-id: file:///usr/local/opt/svn/repos/glagen@6 0f7e0d06-a6f9-0310-a55f-d5f984f55e4c
Diffstat (limited to 'tags/START/glagen/trucs')
-rw-r--r--tags/START/glagen/trucs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tags/START/glagen/trucs b/tags/START/glagen/trucs
new file mode 100644
index 0000000..8589cba
--- /dev/null
+++ b/tags/START/glagen/trucs
@@ -0,0 +1,10 @@
+Fonction a passer lors de l'Init :
+
+int GLG_palloc(kind..)
+int GLG_read(...)
+int GLG_write()
+void GLG_perlin()
+ double GLG_Perlin_noise_1D(double arg);
+ float GLG_Perlin_noise_2D(float vec[2]);
+ float GLG_Perlin_noise_3D(float vec[3]);
+ float GLG_Perlin_noise_4D(float vec[4]);