返回顶部 hi_point 说明定义坐标点结构体。 定义typedef struct { hi_s32 x; hi_s32 y; } hi_point;hi_s32基础数据类型定义请参见基本数据类型说明。 成员 成员名称 描述 x x轴坐标值。 y y轴坐标值。 父主题: 公共