Simsilica / SimMath

A double-based math package similar to JME's float-based math classes.
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

A typo on interface name! #3

Closed Ali-RS closed 3 years ago

Ali-RS commented 3 years ago

Hi

Looks like a typo here. I guess it should be "Filtered", not "Filterd". Of course, will be a breaking change to fix.

https://github.com/Simsilica/SimMath/blob/b428c2516ab64f18936ad62cb6822c80ba548193/src/main/java/com/simsilica/mathd/filter/Filterd.java#L47

pspeed42 commented 3 years ago

Vec3d, Quatd, Filterd. No typo.

If I was ever crazy enough to make a float version then it would be called Filterf.

Ali-RS commented 3 years ago

Ah, I see. Sorry for the misunderstanding.

pspeed42 commented 3 years ago

No worries. Thanks for keeping me own my toes. Even I had a 5 second panic that I'd checked in a typo in a file name. :)