cutealien 7fb36849c7 vector3d scalar operator/ and operator/= no longer multiply by the inverse but use the expected division.
That was a bad case of premature optimization.
Multiplication is indeed faster, but when working with floats this can introduce some rather unexpected inaccuracies.
Like x/x suddenly no longer being 1.0 (something guaranteed by division).
If someone really needs this back, then please add some new function which makes it clear we don't just have a typical division here.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6298 dfc29bdd-3216-0410-991c-e03cc46cb475
2022-02-09 19:07:05 +01:00
..
2021-12-29 13:12:09 +01:00
2021-04-02 23:17:27 +02:00
2021-11-24 22:06:12 +01:00
2022-02-03 21:50:14 +01:00
2021-11-24 22:07:26 +01:00
2021-08-30 20:55:06 +02:00
2021-08-30 20:55:06 +02:00
2022-02-09 19:02:36 +01:00
2021-12-29 13:12:09 +01:00