H A D | rs_particle_noise_field.cpp | 158 float PerlinNoise2D::Lerp(float t, float a, float b) in Lerp() function in OHOS::Rosen::PerlinNoise2D 221 float res = Lerp(v, Lerp(u, Grad(p[AA], x, y), Grad(p[BA], x - 1, y)), in Noise() 222 Lerp(u, Grad(p[AB], x, y - 1), Grad(p[BB], x - 1, y - 1))); in Noise()
|