elm-geometry icon indicating copy to clipboard operation
elm-geometry copied to clipboard

Expand docs for Direction3d.angleFrom

Open ianmackenzie opened this issue 3 years ago • 0 comments

  • Explain why it cannot return a signed angle
  • Suggest projecting both directions into a reference sketch plane and measuring angle in that plane

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

ianmackenzie avatar Nov 13 '20 02:11 ianmackenzie