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

feature/area fix #138

Merged
merged 37 commits into from
Nov 1, 2024
Merged

feature/area fix #138

merged 37 commits into from
Nov 1, 2024

Conversation

rhayes777
Copy link
Collaborator

Triangle machinery for new triangle upsampling method. This method represents retained triangles using integer coordinate pairs making determining uniqueness more straightforward and not prone to floating-point error. It also means that the representation of the triangles takes much less memory and should result in other efficiencies once fully implemented.

coordinates=np.vstack(
(
2 * self.coordinates,
# 2 * self.coordinates + np.array([1, 0]),
Copy link
Owner

Choose a reason for hiding this comment

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

Comment code

@rhayes777 rhayes777 merged commit 41c9c0a into main Nov 1, 2024
0 of 8 checks passed
@rhayes777 rhayes777 deleted the feature/area_fix branch November 1, 2024 15:59
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