跳转到主要内容

Point3D

touchgfx/hal/Types.hpp

A 3D point.

Public Attributes

floatU
The U coordinate.
floatV
The V coordinate.
fixed28_4X
The X coordinate.
fixed28_4Y
The Y coordinate.
floatZ
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.