Skip to content

fix: compliant with the editorial in 036.cpp#23

Open
taketakeyyy wants to merge 1 commit intoE869120:mainfrom
taketakeyyy:fix__036.cpp
Open

fix: compliant with the editorial in 036.cpp#23
taketakeyyy wants to merge 1 commit intoE869120:mainfrom
taketakeyyy:fix__036.cpp

Conversation

@taketakeyyy
Copy link
Contributor

editorial の解説において、45度回転の式変形は以下のようになっています。

X' = x - y;
Y' = x + y;

codeもそれに準拠したほうが良いと思いましたので、修正しました。

x' = x - y;
y' = x + y;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant