Hi folks,
I'm currently updating some old code that I didn't write myself. There's a line that I don't know what to make of:
if (((vectorPointPos - vectorPlanePos) * vectorPlaneNormal) > 0)
...
After looking into SDKs as old as R12, I simply can't remember or find out what happened back then when a Vector was compared to a LONG. It does not seem to be GetLength().
Any ideas @ SDK Team?
Thanks in advance!
Greetings from Berlin,
Frank