Skip to content

Commit

Permalink
Update src/quaternions.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ziotom78 and github-actions[bot] authored Mar 12, 2024
1 parent 1c2feea commit 608784a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/quaternions.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
export Quaternion, rotationmatrix_normalized, qrotation_x, qrotation_y, qrotation_z, qrotation_wobble, rotate_zaxis, rotate_xaxis
export Quaternion,
rotationmatrix_normalized,
qrotation_x,
qrotation_y,
qrotation_z,
qrotation_wobble,
rotate_zaxis,
rotate_xaxis

import Base: *,

Expand Down

0 comments on commit 608784a

Please sign in to comment.