Cub3D
 
Loading...
Searching...
No Matches
vec2.c File Reference
#include "cub3d_render.h"
#include <math.h>
Include dependency graph for vec2.c:

Functions

t_vec2 vec2rotate (t_vec2 vec, float angle)
 Returns a new vector rotated according to the angle.