-
Notifications
You must be signed in to change notification settings - Fork 868
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
Improve names for time, ray values in hittable and derived classes #746
Comments
We have We already have a diagram that has What do we change hittable and it's children to? There's also this egregious example in moving_sphere.h:
|
??? |
I propose:
|
Or, find a new letter for the parametric distance and start redoing figures, code, and text. |
I think Where would you use |
|
Basically in function signatures where we don't want to use Did we standardize on how we wanted to accomplish this?
|
we also have member variables So our notation here is inconsistent |
Oh, and |
Following up on Slack. |
Outcome:
|
We need better names that distinguish between these, instead of using generic t names.
The text was updated successfully, but these errors were encountered: