ianmackenzie / elm-geometry

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

Relax type signatures of vector construction/transformation functions #143

Closed ianmackenzie closed 1 year ago

ianmackenzie commented 4 years ago

Component units don't actually need to match frame/sketch plane units since the origin point is not used (only the basis directions, which are unitless). Match the style of Vector2d.mirrorAcross which uses axisUnits and units?

Vector2d

Vector3d