TheCBProject / CodeChickenLib

GNU Lesser General Public License v2.1
110 stars 55 forks source link

[Feature Request] Add #clear() functions to TransformationList and UVTransformationList #430

Open KitsuneAlex opened 1 year ago

KitsuneAlex commented 1 year ago

For obvious performance reasons, it would be very beneficial to add a clear() function to TransformationList and UVTransformationList, since that would allow reusing existing instances of aformentioned types.

For clean-code reasons i wouldn't event expose the underlying ArrayList.