Skip to content

Commit

Permalink
fixes #188
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHader committed Aug 3, 2021
1 parent bf1a5e7 commit 447c999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -6646,6 +6646,7 @@ def _oxdna_get_helix_vectors(design: Design, helix: Helix) -> Tuple[_OxdnaVector
forward = forward.rotate(design.yaw_of_helix(helix), normal)
forward = forward.rotate(-design.pitch_of_helix(helix), _OxdnaVector(1, 0, 0))
normal = normal.rotate(-design.pitch_of_helix(helix), _OxdnaVector(1, 0, 0))

normal = normal.rotate(-helix.roll, forward)

x: float = 0.0
Expand Down

0 comments on commit 447c999

Please sign in to comment.