VEC3D structure (sensorsstructures.h)

Defines a 3D vector.

Syntax

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

Members

X

Direction along the x-axis.

Y

Direction along the x-axis.

Z

Direction along the x-axis.

Requirements

Requirement Value
Header sensorsstructures.h