In your fundamentals video "PixelMath Crosshairs Part Two you use this formula:
Your second line is: yc = trunc (width($T)/2);
I've ran it and it does indeed work but shouldn't it read: yc = trunc (height($T)/2); ??
I've tried it both ways and using height does indeed work as well and since we are talking about the Y axis I think the use of height is more appropriate.
I only ask because I'm still learning and trying to figure out why using width works on height.
Comments