summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/math/vec3_t.h
blob: 711ad98f3105c9f059ece638800f97a063ae7a1f (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

typedef
struct
{
	float x;
	float y;
	float z;
}
rodeo_math_vec3_t;