Mercurial
Mercurial
>
pyrit
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/noise.h
author
Radek Brich <radek.brich@devl.cz>
Sat, 24 Nov 2007 23:55:54 +0100
branch
pyrit
changeset 13
fbd1d2f7d94e
parent 0
3547b885df7e
permissions
-rw-r--r--
new python demo: buddha
#ifndef NOISE_H
#define NOISE_H
double perlin(double x, double y, double z);
#endif