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

Book 2 "Ray Intersection with an AABB" needs some editing #1236

Closed
hollasch opened this issue Aug 22, 2023 · 0 comments
Closed

Book 2 "Ray Intersection with an AABB" needs some editing #1236

hollasch opened this issue Aug 22, 2023 · 0 comments
Assignees

Comments

@hollasch
Copy link
Collaborator

The equations for $t_{x0}$ and $t_{x1}$ appear too late in the text, so the precautionary paragraph above is out of order. I think it would be good to revisit this for flow and clarity.

In addition, this section mentions the new interval::expand() function, but then doesn't use it.

@hollasch hollasch added this to the v4.0.0 milestone Aug 22, 2023
@hollasch hollasch self-assigned this Aug 22, 2023
@hollasch hollasch modified the milestones: v4.0.0, v4.0.0-alpha.2 Aug 23, 2023
hollasch added a commit that referenced this issue Aug 25, 2023
In addition, I've changed the way that AABBs are padded. Originally, the
primitive constructing an AABB needed to immediately call the
aabb::pad() function after construction. Now, the AABB constructors call
aabb::pad_to_minimum() automatically to pad any dimension smaller than
some delta in size.

Resolves #1236
hollasch added a commit that referenced this issue Aug 30, 2023
In addition, I've changed the way that AABBs are padded. Originally, the
primitive constructing an AABB needed to immediately call the
aabb::pad() function after construction. Now, the AABB constructors call
aabb::pad_to_minimum() automatically to pad any dimension smaller than
some delta in size.

Resolves #1236
hollasch added a commit that referenced this issue Aug 30, 2023
In addition, I've changed the way that AABBs are padded. Originally, the
primitive constructing an AABB needed to immediately call the
aabb::pad() function after construction. Now, the AABB constructors call
aabb::pad_to_minimum() automatically to pad any dimension smaller than
some delta in size.

Resolves #1236
@hollasch hollasch closed this as completed Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant