Skip to content

Commit dbf4aeb

Browse files
committed
update fct description
1 parent 6e47494 commit dbf4aeb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/4_find_intersection.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* By: aschenk <[email protected]> +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* Created: 2024/12/09 11:59:09 by aschenk #+# #+# */
9-
/* Updated: 2025/02/21 09:14:56 by aschenk ### ########.fr */
9+
/* Updated: 2025/03/03 17:03:31 by aschenk ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

@@ -111,8 +111,6 @@ scene (object and distance) for a given camera ray.
111111
@param ray_dir The normalized direction vector of the ray.
112112
@param obj Pointer to the object data.
113113
@param ix Pointer to the 'intersection data' struct to update.
114-
115-
@return ixr struct containing the closest intersection data.
116114
*/
117115
void find_ix(t_vec3 ray_ori, t_vec3 ray_dir, t_rt *rt, t_ix *ix)
118116
{

0 commit comments

Comments
 (0)