Panda3D
Public Member Functions | List of all members
PerlinNoise Class Reference

This is the base class for PerlinNoise2 and PerlinNoise3, different dimensions of Perlin noise implementation. More...

#include "perlinNoise.h"

Inheritance diagram for PerlinNoise:
PerlinNoise2 PerlinNoise3

Public Member Functions

unsigned long get_seed ()
 Returns a unique seed value based on the seed value passed to this PerlinNoise object (and on its current state). More...
 

Detailed Description

This is the base class for PerlinNoise2 and PerlinNoise3, different dimensions of Perlin noise implementation.

The base class just collects the common functionality.

Definition at line 28 of file perlinNoise.h.

Member Function Documentation

◆ get_seed()

unsigned long PerlinNoise::get_seed ( )
inline

Returns a unique seed value based on the seed value passed to this PerlinNoise object (and on its current state).

Definition at line 36 of file perlinNoise.I.

References Randomizer::get_seed().


The documentation for this class was generated from the following files: