btw, how can I translate ```typedef struct HmdMatr...
# getting-started
e
btw, how can I translate
Copy code
typedef struct HmdMatrix34_t
{
	float m[3][4]; //float[3][4]
} HmdMatrix34_t;