vector<Vec3f>

Hello,

When i have the next code:

1
2
#define Vec3f float3
vector<Vec3f>	m_xaxes, m_yaxes, m_zaxes;


Is it a 3 diffrents vectors of vec3f or 1 vector with 3 fields?

Thanks!
That's three different vectors.
Topic archived. No new replies allowed.