Remove pcg::lazy_perlin::operator()(Args...)
This commit is contained in:
parent
8ee99e7dad
commit
4ec44bf7a3
1 changed files with 0 additions and 6 deletions
|
|
@ -19,12 +19,6 @@ namespace psemek::pcg
|
|||
, gen_(std::move(generator))
|
||||
{}
|
||||
|
||||
template <typename ... Args>
|
||||
T operator()(Args const & ... args) const
|
||||
{
|
||||
return (*this)(geom::vector<T, N>{args...});
|
||||
}
|
||||
|
||||
T operator()(geom::vector<T, N> p) const;
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue