Point3D
touchgfx/hal/Types.hpp
A 3D point.
Public Attributes
| float | U | 
| The U coordinate. | |
| float | V | 
| The V coordinate. | |
| fixed28_4 | X | 
| The X coordinate. | |
| fixed28_4 | Y | 
| The Y coordinate. | |
| float | Z | 
| The Z coordinate. | |
Public Attributes Documentation
U
float U
The U coordinate.
V
float V
The V coordinate.
X
The X coordinate.
Y
The Y coordinate.
Z
float Z
The Z coordinate.