Home
last modified time | relevance | path

Searched defs:v3fixed_t (Results 1 – 1 of 1) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dm_vectors.h51 struct v3fixed_t struct
53 v3fixed_t() {} in v3fixed_t() function
55 v3fixed_t(fixed_t _x, fixed_t _y, fixed_t _z) : x(_x), y(_y), z(_z) { } in v3fixed_t() argument
57 v3fixed_t(const v3fixed_t& other) : x(other.x), y(other.y), z(other.z) { } in v3fixed_t() function
59 fixed_t x, y, z;