Interpolation
Defined in include/foundation/PxMathUtils.h
-
struct Interpolation
Public Static Functions
-
static inline float PxLerp(float a, float b, float t)
-
static inline PxReal PxBiLerp(const PxReal f00, const PxReal f10, const PxReal f01, const PxReal f11, const PxReal tx, const PxReal ty)
-
static inline float PxLerp(float a, float b, float t)