Searched defs:Lerp (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | vector_util.h | 42 static inline constexpr Vec2 Lerp(Vec2 v1, Vec2 v2, float t) in Lerp() function 161 static inline constexpr Vec3 Lerp(const Vec3& v1, const Vec3& v2, float t) in Lerp() function 228 static inline constexpr Vec4 Lerp(const Vec4& v1, const Vec4& v2, float t) in Lerp() function
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
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
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | color.h | 622 static inline uint8_t Lerp(uint8_t valueP, uint8_t valueQ, uint8_t valueA) in Lerp() function
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 381 static Color Lerp(const Color& start, const Color& end, float t) in Lerp() function in OHOS::Rosen::RSRenderParticle
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 175 constexpr float Lerp(const float& v1, const float& v2, float t) in Lerp() function
|
Completed in 7 milliseconds