diff options
Diffstat (limited to 'src/vecmath.h')
| -rw-r--r-- | src/vecmath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vecmath.h b/src/vecmath.h index 3b6f5b6..c797b94 100644 --- a/src/vecmath.h +++ b/src/vecmath.h @@ -28,6 +28,8 @@ Vec3f vec3f_neg(Vec3f v); Vec3f vec3f_normalize(Vec3f vec); Vec3f vec3f_mul(float a, Vec3f v); void vec3f_show(const char *name, Vec3f v); + Color icolor(int32_t rgb); +Color pixel_avg4(Color pixels[4]); #endif |
