Converts a pixel's Y coordinate into a vertical tile index relative to a given tile grid layout specified by its Y offset and tile height.
If tileHeight < 0, the results of this method are undefined. If tileHeight == 0, an ArithmeticException will be thrown.
@throws ArithmeticException If tileHeight == 0.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.