Mercurial
Mercurial
>
pyrit
/ comparison
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
branch
pyrit
changeset 22
76b7bd51d64a
parent 21
79b516a3803d
child 23
7e258561a690
equal
deleted
inserted
replaced
21:79b516a3803d
22:76b7bd51d64a
1
#ifndef NOISE_H
2
#define NOISE_H
3
4
double perlin(double x, double y, double z);
5
6
#endif