Home
last modified time | relevance | path

Searched refs:Point3_X (Results 1 – 2 of 2) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dpoint.c316 int Point3_X(Point3 const *p) in Point3_X() function
395 p->raw.x += Point3_X(other); in Point3_Sum()
403 return p == other || (p->raw.x == Point3_X(other) && in Point3_Equality()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Dpoint.h172 DENG_PUBLIC int Point3_X(Point3 const *point);