2D Amortized Noise Performance Evaluator
A Program to Evaluate the Performance of Amortized Noise
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Macros
Pages
infinitesmoothperlin.h
Go to the documentation of this file.
1
2
3
4
// Copyright Ian Parberry, January 2014.
5
//
6
// This file is made available under the GNU All-Permissive License.
7
//
8
// Copying and distribution of this file, with or without modification,
9
// are permitted in any medium without royalty provided the copyright
10
// notice and this notice are preserved. This file is offered as-is,
11
// without any warranty.
12
//
13
// Created by Ian Parberry, January 2014.
14
// Last updated January 27, 2014.
15
16
#pragma once
17
18
float
InfiniteSmoothPerlinNoise2D
(
float
,
float
,
float
,
float
,
int
);
Generated on Wed May 7 2014 19:37:20 for 2D Amortized Noise Performance Evaluator by
1.8.2