• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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**Header file**: [drawing_types.h](drawing__types_8h.md)
13
14## Summary
15
16
17### Member Variables
18
19| Name| Description|
20| -------- | -------- |
21| float **x** | X-coordinate.|
22| float **y** | Y-coordinate.|
23| float **z** | Z-coordinate.|
24