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.
有没有办法获得使用 UIBezierPaths 创建的线的所有交叉点?我还可以想象一个解决方案,我在 UIBezierPath 中获取所有点并一个接一个地检查它们......
谢谢,亲切的问候,朱利安
我在这个示例代码上得到了 UIBezierpath 的所有点,它有一种数学方法,你需要知道曲线的关键点,这个例子可能会对你有所帮助,
你可以看看:
我会尽快更新它。