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.
如何从三次贝塞尔曲线方程绘制图形?我尝试在android中使用cubicTo函数,但问题是在绘制图形之后我将在该图形上绘制,我需要计算这些点是否在绘制的曲线与否。所以我不能使用cubicTo函数。有什么办法可以做到这一点。任何想法或评论将不胜感激,谢谢。
http://developer.android.com/reference/android/graphics/Path.html