We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typedef struct s_Vec3f { float x; float y; float z; } et_Vec3f;
float x: The x component of the vector float y: The y component of the vector float z: The z component of the vector
float x
float y
float z
et_Vec3f represents a generic vector in 3D space
There was an error while loading. Please reload this page.
Vocabulary