hfg-gmuend / gmynd

A utility library for working with data in Javascript
15 stars 1 forks source link

Remove rotate_EXP and translate_EXP #1

Closed phlsa closed 3 years ago

phlsa commented 9 years ago

With the addition of transform objects and the related methods, is there still a reason to keep direct transformation functions around?

phlsa commented 9 years ago

What do you think @sinuit ?

bohnacker commented 9 years ago

Since it might be confusing if rotate_EXP or translate_EXP will replace an existing tranformation or will be added to the end of the existing transformations, it's better to remove these function. We still could think of having a funciton like "replaceTransform".