>>>>> "David" == David Gilbert <[EMAIL PROTECTED]> writes:
David> + this.x = (int) Math.floor(x + 0.5); David> + this.y = (int) Math.floor(y + 0.5); Math.round()? Or maybe Math.rint()? Tom
>>>>> "David" == David Gilbert <[EMAIL PROTECTED]> writes:
David> + this.x = (int) Math.floor(x + 0.5); David> + this.y = (int) Math.floor(y + 0.5); Math.round()? Or maybe Math.rint()? Tom