1# OH_Drawing_Point3D
2
3
4## Overview
5
6The **OH_Drawing_Point3D** struct describes a three-dimensional coordinate point.
7
8**Since**: 12
9
10**Related module**: [Drawing](_drawing.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| float **x** | X-coordinate.|
21| float **y** | Y-coordinate.|
22| float **z** | Z-coordinate.|
23