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.
我使用 MonkSVG 进行绘图,它将点存储在类型变量中typedef VGHandle VGPath;
typedef VGHandle VGPath;
我需要找到包含 VGPath 的所有点的最小矩形。所以我需要从这个变量中得到所有的点。我不需要 SVG 文件中的其他修饰符,例如“move_to”、“line_to”等
正如我所见,可以使用 OpenVG/MonkVG 中的以下函数存储单独的点: