realbasic-nug
[Top] [All Lists]

Re: QuickDraw InsetRgn algorithm

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: QuickDraw InsetRgn algorithm
From: Don Jungk <rb at flippingdades dot com>
Date: Fri, 31 Aug 2007 18:50:23 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <77124270708311617w6c578fa5gdd53735c4586eca4 at mail dot gmail dot com> <200708311844 dot 18808 dot rb at flippingdades dot com>
Oops, the finger is faster than the brain
> new x1 = Px + (Px - x1)*f
> new y1 = Py + (Py - y1)*f

should be 
> new x1 = Px + (x1 - Px)*f
> new y1 = Py + (y1 - Py)*f

Don
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>