OpenVDB  9.0.1
Public Types | Public Member Functions | List of all members
OSNoise Class Reference

#include <openvdb_ax/math/OpenSimplexNoise.h>

Public Types

using inttype = int64_t
 

Public Member Functions

 OSNoise (inttype seed=0LL)
 
 OSNoise (const int *p)
 
template<typename T >
eval (const T x, const T y, const T z) const
 

Member Typedef Documentation

using inttype = int64_t

Constructor & Destructor Documentation

OSNoise ( inttype  seed = 0LL)
OSNoise ( const int *  p)

Member Function Documentation

T eval ( const T  x,
const T  y,
const T  z 
) const