At the moment NoiseModule.generate_2d() takes a Vector2 provided by cgmath. At the time I wrote them this seemed like a good choice. However, I think it now serves as a barrier to entry, and makes the API more confusing. It should be removed in favour of regular ol' x and y parameters.
At the moment
NoiseModule.generate_2d()
takes aVector2
provided by cgmath. At the time I wrote them this seemed like a good choice. However, I think it now serves as a barrier to entry, and makes the API more confusing. It should be removed in favour of regular ol'x
andy
parameters.