08-27-2022, 01:30 PM
Good job.
I once did some benchmarking of the _HYPOT command and; in my tests, it seemed to work a little faster than SQR
D = _HYPOT(V.x, V.y)
instead of:
D = SQR(V.x * V.x + V.y * V.y)
It might be worth further investigation.
I once did some benchmarking of the _HYPOT command and; in my tests, it seemed to work a little faster than SQR
D = _HYPOT(V.x, V.y)
instead of:
D = SQR(V.x * V.x + V.y * V.y)
It might be worth further investigation.
DO: LOOP: DO: LOOP
sha_na_na_na_na_na_na_na_na_na:
sha_na_na_na_na_na_na_na_na_na: