Point >> bitShiftPoint: bits 
        x := x bitShift: bits.
        y := y bitShift: bits

S

Reply via email to