This repository was archived by the owner on Jan 4, 2026. It is now read-only.
This repository was archived by the owner on Jan 4, 2026. It is now read-only.
RemoveRawTransform return bool instead of throwing execptions #9
Instead of throwing an error if a transform doesn't exist, let the function return
boolinstead ofvoid, which indicates if the function succeeded or not.