---
title: hi_point
description: "定义坐标点结构体。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0035.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0035.html
indexId: 31f041f8c7f3a68600231bc1cf388c229b0d91c098805613f0180b4da2b2304b65
---
# hi_point

#### 说明

定义坐标点结构体。


#### 定义

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


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| x | x轴坐标值。 |
| y | y轴坐标值。 |
