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 21:55:41 +0100
branch
pyrit
changeset 12
f4fcabf05785
parent 0
3547b885df7e
permissions
-rw-r--r--
kd-tree: traversal algorithm (KdTree::nearest_intersection)
#ifndef NOISE_H
#define NOISE_H
double perlin(double x, double y, double z);
#endif