touchgfx::Point3D is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Point3D struct

@struct Point3D Types.hpp touchgfx/hal/Types.hpp A 3D point.

Syntax

struct Point3D {     fixed28_4 X;         fixed28_4 Y;         float Z;             float U;             float V;         };

Fields

X

No summary provided. Read more...

Y

No summary provided. Read more...

Z

No summary provided. Read more...

U

No summary provided. Read more...

V

No summary provided. Read more...