objective c - Finding midway points along CGPathRef -


given cgpathref how can find point 1/3 of way along path?

i'm working on card game , want show players hand cards fanned out in arc. should equally spaced depending on how many cards have.

thanks

don't try use cgpathref this. instead, use circle trigonometry calculate points want use. link


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -