• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Path animation with CGPathAddArcToPoint
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Path animation with CGPathAddArcToPoint


  • Subject: Re: Path animation with CGPathAddArcToPoint
  • From: John Harper <email@hidden>
  • Date: Tue, 02 Sep 2008 12:56:43 -0700


On Sep 2, 2008, at 12:41 PM, Gordon Hughes wrote:

Thanks for your reply.  I'll submit the radar later today.

I'm still curious about elliptical paths and 360 degree arcs. Do they always start/end on horizontals, or is there something that I'm overlooking to have the path start at an arbitrary point?

Sorry, I'm not exactly sure how those functions work. If you want complete control over the created path you can use the primitive operations: CGPathMoveToPoint, CGPathAddLineToPoint, CGPathAddCurveToPoint, CGPathAddQuadCurveToPoint and CGPathCloseSubpath. Everything else will be decomposed into some list of those. You can also use the CGPathApply function to inspect what primitives your paths actually consist of.


	John


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: Path animation with CGPathAddArcToPoint (From: "Gordon Hughes" <email@hidden>)
 >Re: Path animation with CGPathAddArcToPoint (From: John Harper <email@hidden>)
 >Re: Path animation with CGPathAddArcToPoint (From: "Gordon Hughes" <email@hidden>)

  • Prev by Date: Re: Best 'native' formats for NSImage and NSSound?
  • Next by Date: Re: Adding PDFPage to PDFDocument crashes
  • Previous by thread: Re: Path animation with CGPathAddArcToPoint
  • Next by thread: Debugging NSWindow disappearances
  • Index(es):
    • Date
    • Thread