-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed norminette issue ling too long
- Loading branch information
1 parent
0fe0a59
commit 893cec1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */ | ||
/* */ | ||
/* ************************************************************************** */ | ||
|
||
|
@@ -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); | ||
// } |