Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

안녕하세요, 책을 보다가 조금 이상한 부분이 있어서 메세지 납깁니다. #2

Open
easylogic opened this issue Feb 20, 2022 · 1 comment

Comments

@easylogic
Copy link

// 공통 분모 값 ( uu * vv - uv * uv )
float udotv = u.Dot(v);
float vdotv = v.Dot(v);
float udotu = u.Dot(u);
float denominator = udotv * udotv - vdotv * udotu;

여기 주석에 적힌 공통 분모 (uu * vv - uv * uv)

실제로 값으로 구한 float denominator = udotv * udotv - vdotv * udotu

의 순서가 뒤바뀐 것 같습니다.

@ideugu
Copy link
Collaborator

ideugu commented Feb 20, 2022

네 맞습니다. 주석이 잘못 표기되어 있네요. 제보 감사합니다!

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

No branches or pull requests

2 participants