hi_float_point

说明

定义坐标信息的结构体。

定义

typedef struct {
    hi_float x; 
    hi_float y; 
} hi_float_point;

成员

成员名称

描述

x

像素点x坐标。

y

像素点y坐标。