主页->库函数目录->绘制图形相关函数->ege_point 结构体 功能: 用于保存点的坐标 声明: typedef struct ege_point { float x; float y; }ege_point; 成员: x 点的 x 坐标 y 点的 y 坐标 示例:
typedef struct ege_point { float x; float y; }ege_point;