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