n/basis: style, whitespace
This commit is contained in:
parent
0f18702ff9
commit
1c9c38e9a7
@ -21,10 +21,10 @@
|
|||||||
#include "lerp.hpp"
|
#include "lerp.hpp"
|
||||||
#include "../range.hpp"
|
#include "../range.hpp"
|
||||||
|
|
||||||
namespace util {
|
namespace util { namespace noise {
|
||||||
namespace noise {
|
|
||||||
template <typename T> using lerp_t = T (*)(T,T,T);
|
template <typename T> using lerp_t = T (*)(T,T,T);
|
||||||
|
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct basis {
|
struct basis {
|
||||||
typedef uint64_t seed_t;
|
typedef uint64_t seed_t;
|
||||||
@ -77,7 +77,6 @@ namespace util {
|
|||||||
virtual range<T> bounds (void) const final;
|
virtual range<T> bounds (void) const final;
|
||||||
virtual T operator() (T x, T y) const final;
|
virtual T operator() (T x, T y) const final;
|
||||||
};
|
};
|
||||||
}
|
} }
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user