VEC3D 结构 (sensorsstructures.h)

定义 3D 矢量。

语法

typedef struct {
  float X;
  float Y;
  float Z;
} VEC3D, *PVEC3D;

成员

X

沿 x 轴的方向。

Y

沿 x 轴的方向。

Z

沿 x 轴的方向。

要求

要求
Header sensorsstructures.h