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>
Fri, 23 Nov 2007 01:24:33 +0100
branch
pyrit
changeset 10
f9fad94cd0cc
parent 0
3547b885df7e
permissions
-rw-r--r--
kd-tree: build algorithm tested and fixed exporting kd-tree to wavefront obj file (visualisation!)
#ifndef NOISE_H
#define NOISE_H
double perlin(double x, double y, double z);
#endif