You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For obvious performance reasons, it would be very beneficial to add a
clear()
function toTransformationList
andUVTransformationList
, since that would allow reusing existing instances of aformentioned types.For clean-code reasons i wouldn't event expose the underlying
ArrayList
.The text was updated successfully, but these errors were encountered: