Searched defs:v3fixed_t (Results 1 – 1 of 1) sorted by relevance
51 struct v3fixed_t struct53 v3fixed_t() {} in v3fixed_t() function55 v3fixed_t(fixed_t _x, fixed_t _y, fixed_t _z) : x(_x), y(_y), z(_z) { } in v3fixed_t() argument57 v3fixed_t(const v3fixed_t& other) : x(other.x), y(other.y), z(other.z) { } in v3fixed_t() function59 fixed_t x, y, z;