Home
last modified time | relevance | path

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

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dm_vectors.h73 struct v3double_t struct
75 v3double_t() {} in v3double_t() function
77 v3double_t(double _x, double _y, double _z) : x(_x), y(_y), z(_z) { } in v3double_t() argument
79 v3double_t(const v3float_t& other) : x(other.x), y(other.y), z(other.z) { } in v3double_t() argument
92 void M_SetVec3(v3double_t *dest, double x, double y, double z); argument