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 0
3547b885df7e
equal
deleted
inserted
replaced
-1:000000000000
0:3547b885df7e
1
#ifndef NOISE_H
2
#define NOISE_H
3
4
double perlin(double x, double y, double z);
5
6
#endif