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

Reorganize files #2

Merged
merged 9 commits into from
Oct 7, 2023
Merged

Reorganize files #2

merged 9 commits into from
Oct 7, 2023

Conversation

OmeletWithoutEgg
Copy link
Owner

No description provided.

[&](auto z) { return E; }))
S(1, pt[0] != z);
S(2, ver(z, pt[0], pt[1]) != (P3){0, 0, 0});
S(3, (z - pt[0]).dot(ver(pt[0], pt[1], pt[2])) != 0);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work for n=3?

Copy link
Owner Author

@OmeletWithoutEgg OmeletWithoutEgg Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be a mis-add though.
It should be if (n <= 3) return {}; // handle edge case or something.

pdf/codebook.pdf Outdated Show resolved Hide resolved
@OmeletWithoutEgg OmeletWithoutEgg merged commit af6f1af into master Oct 7, 2023
1 check passed
@oToToT
Copy link
Collaborator

oToToT commented Oct 7, 2023

Just want to double check that we don't need to return a Face when n=3.

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.

2 participants