Skip to content

Commit

Permalink
Update vector.c
Browse files Browse the repository at this point in the history
fixed line too long issue
  • Loading branch information
Tsunghao-C authored Aug 27, 2024
1 parent 32009bb commit 3befea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcs/vector/vector.c
Original file line number Diff line number Diff line change
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 3befea1

Please sign in to comment.