Skip to content

Commit

Permalink
fixed norminette issue ling too long
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsunghao-C committed Aug 27, 2024
1 parent 0fe0a59 commit 893cec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcs/vector/vector.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: tsuchen <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/27 11:11:34 by tsuchen #+# #+# */
/* Updated: 2024/08/27 14:48:35 by tsuchen ### ########.fr */
/* Updated: 2024/08/27 15:10:26 by tsuchen ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -67,6 +67,6 @@ double vec_dot(const t_vec *vec_a, const t_vec *vec_b)
// vec_transp(&a);
// printf("vec_a after transp ax: %.2f, ay: %.2f\n", a.x, a.y);
// vec_rotate(&b, PI/6);
// printf("vec_b after rotate 30 degree counterclockwise bx: %.2f, by: %.2f\n", b.x, b.y);
// printf("vec_b after rotate 30 degree bx: %.2f, by: %.2f\n", b.x, b.y);
// return (0);
// }

0 comments on commit 893cec1

Please sign in to comment.