#ifndef _AS_GA_VECTOR3D #define _AS_GA_VECTOR3D struct Vector { float Tx, Ty, Tz, Td; // The updated (transformed) X, Y, Z // direction vector float X, Y, Z, D; // X, Y, Z direction vector }; #endif