Aditya
0
Q:

loop through structure c

typedef union vec3_u
{
    struct vec3_s {
        float x, y, z;
    };
    float vect3_a[3];
}
vec3;
0

New to Communities?

Join the community