hi_point

说明

定义坐标点结构体。

定义

typedef struct {
    hi_s32 x;
    hi_s32 y;
} hi_point;

成员

成员名称

描述

x

x轴坐标值。

y

y轴坐标值。