-
Notifications
You must be signed in to change notification settings - Fork 169
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
Macro: Misalignment of monomers when imposing on top of each other #3635
Comments
chgayane
changed the title
Macro : Misalignment of monomers when imposing on top of each other
Macro: Misalignment of monomers when imposing on top of each other
Nov 30, 2023
chgayane
added a commit
that referenced
this issue
Dec 6, 2023
9 tasks
chgayane
added a commit
that referenced
this issue
Dec 7, 2023
…dinates order for consistency with the function
chgayane
added a commit
that referenced
this issue
Dec 8, 2023
chgayane
added a commit
that referenced
this issue
Dec 8, 2023
chgayane
added a commit
that referenced
this issue
Dec 11, 2023
chgayane
added a commit
that referenced
this issue
Dec 12, 2023
chgayane
added a commit
that referenced
this issue
Dec 12, 2023
chgayane
added a commit
that referenced
this issue
Dec 13, 2023
chgayane
added a commit
that referenced
this issue
Dec 13, 2023
Nitvex
pushed a commit
that referenced
this issue
Dec 13, 2023
…other (#3662) * #3635 - monomers align correctly without scattering or distortion * #3635 - adding findClosestElementFromPoint function and updating coordinates order for consistency with the function * #3635 - correct coordinates order in Vec2.diff calculation * #3635 - simplify findClosestElementFromPoint function * #3635 - updated screenshots * #3635 - updated screenshots * #3635 - Refactor calculation of pointOnBorder length * #3635 - updated screenshots * #3635 - Refactor calculation of pointOnBorder length * #3635 - Improve monomer border point detection logic * #3635 - updated screenshots * #3635 - Refactor to improve element comparison logic * #3635 - Removing optional chaining from monomer renderer
Autotest added to the table. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Actual behavior:
The attachment points of the underlying monomer become scattered, resulting in distorted monomers and misalignment.
Expected behavior:
The attachment points should remain intact, and the monomers should align correctly without scattering or distortion.
The text was updated successfully, but these errors were encountered: