Sudha247 / ocaml-joy

MIT License
22 stars 14 forks source link

Refactored scaling to use a linear factor and included center scaling #74

Closed TitilayoAdeyemi closed 7 months ago

TitilayoAdeyemi commented 10 months ago

As mentioned in #61, I modified the code to allow the scaling of the center of a shape instead of just the dimensions Also, as mentioned in #62, I refactored the code to enable linear scaling as against the area scaling factor that was previously used.