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
.
include/noise.h
author
Radek Brich <radek.brich@devl.cz>
Mon, 03 Dec 2007 01:49:23 +0100
branch
pyrit
changeset 22
76b7bd51d64a
parent 0
src/noise.h@3547b885df7e
child 34
28f6e8b9d5d1
permissions
-rw-r--r--
new make infrastructure generalize floats to Floats, allow compiling as both double/float
#ifndef NOISE_H
#define NOISE_H
#include "common.h"
Float perlin(Float x, Float y, Float z);
#endif