src/noise.h
author Radek Brich <radek.brich@devl.cz>
Thu, 22 Nov 2007 17:53:34 +0100
branchpyrit
changeset 7 bf17f9f84c91
parent 0 3547b885df7e
permissions -rw-r--r--
kd-tree: build algorithm - searching for all posible splits

#ifndef NOISE_H
#define NOISE_H

double perlin(double x, double y, double z);

#endif