From 0ca8f64f61b534ba2428236fec2c8879fe58c059 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 14 Jul 2017 16:30:30 +0200 Subject: Add blind-matrix-{orthoproject,reflect,rotate,scale,shear,translate,transpose} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/video-math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video-math.h') diff --git a/src/video-math.h b/src/video-math.h index 281c8f6..28ac4f2 100644 --- a/src/video-math.h +++ b/src/video-math.h @@ -71,6 +71,7 @@ posmodf(float a, float b) #define posmod(...) MATH_GENERIC_N(posmod, __VA_ARGS__) #define cos(...) MATH_GENERIC_1(cos, __VA_ARGS__) #define sin(...) MATH_GENERIC_1(sin, __VA_ARGS__) +#define tan(...) MATH_GENERIC_1(tan, __VA_ARGS__) #define atan2(...) MATH_GENERIC_N(atan2, __VA_ARGS__) #define srgb_encode(...) BLIND_GENERIC_1(srgb_encode, __VA_ARGS__) -- cgit v1.2.3-70-g09d2