Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dpo_man.h46 struct FPolyObj struct
71 FPolyObj(); argument
H A Dpo_man.cpp823 FPolyObj::FPolyObj() in FPolyObj() function in FPolyObj
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dr_defs.h382 typedef struct FPolyObj struct
384 int numsegs;
385 seg_t **segs;
386 fixed_t startSpot[3];
387 vertex_t *originalPts; // used as the base for the rotations
388 vertex_t *prevPts; // use to restore the old point values
389 angle_t angle;
390 int tag; // reference tag assigned in HereticEd
391 int bbox[4];
392 int validcount;
[all …]