ianmackenzie / elm-geometry

2D/3D geometry package for Elm
Mozilla Public License 2.0
183 stars 26 forks source link

Expand docs for Direction3d.angleFrom #144

Open ianmackenzie opened 4 years ago

ianmackenzie commented 4 years ago

Perhaps also/alternatively add a function which does return a signed angle, by taking a reference axis as an argument:

Direction3d.angleAround :
    Axis3d units coordinates
    -> Direction3d coordinates
    -> Direction3d coordinates
    -> Angle