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 -

php - MySQLi multi_query results for later use -