08-28-2022, 03:32 AM
For starters, why calculate the same values multiple times in your loop?
xof1 = xof0
xpf3 = xpf2
There's several math operations removed completely and easily from the loop.
xof1 = xof0
xpf3 = xpf2
There's several math operations removed completely and easily from the loop.