Open ianmackenzie opened 5 years ago
elm-geometry
relativeTo
placeIn
fromCoordinates
fromTuple
fromRecord
fromCoordinatesIn
elm-geometry
will improve performance by manually inlining code/avoiding allocationsrelativeTo
/placeIn
for composite transformations (or possibly upcoming transformation support)fromCoordinates
instead offromTuple
/fromRecord
, andfromCoordinatesIn
instead offromCoordinates
/placeIn
, to avoid unnecessary allocations