Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneアプリを作っているのですが、例えば3点取れたらどうやって曲線を作ろうか悩んでいます
(3,2) (4,3) (5,4)
どうすれば曲線を作ることができますか?
CoreGraphics を使用している場合はCGPathAddCurveToPoint、CGContextAddCurveToPoint、CGContextAddArc、 、 などのAPIから始めます。CGPathAddArc
CGPathAddCurveToPoint
CGContextAddCurveToPoint
CGContextAddArc
CGPathAddArc