update norme et check max number et mmin number

This commit is contained in:
YANNIS
2025-02-22 18:33:11 +01:00
parent fe4bc4b980
commit 7867244f63
3 changed files with 22 additions and 8 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/13 20:02:36 by yantoine #+# #+# */
/* Updated: 2025/02/19 16:57:35 by yantoine ### ########.fr */
/* Updated: 2025/02/22 18:29:15 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
@@ -236,8 +236,8 @@ char **get_tokens_secure(t_scene scene, const int numObject,
// Check
int check_tokens(char **tokens, int expected);
int isdigit_token(char **tokens);
void check_if_max(t_scene scene, const int to_test, const int max);
int isdigit_token(char **tokens);
// Intersection
float intersect_cylinder(t_ray ray, t_cylinder cy, t_vec3 *hitNormal);