Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |