Searched refs:extract_vector_from_segment (Results 1 – 2 of 2) sorted by relevance
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/ |
H A D | gameseg.cpp | 1132 static void extract_vector_from_segment(fvcvertptr &vcvertptr, const shared_segment &sp, vms_vector… in extract_vector_from_segment() function 1152 extract_vector_from_segment(vcvertptr, seg, fvec, WFRONT, WBACK); in extract_orient_from_segment() 1153 extract_vector_from_segment(vcvertptr, seg, uvec, WBOTTOM, WTOP); in extract_orient_from_segment() 1169 extract_vector_from_segment(vcvertptr, sp, vp, WFRONT, WBACK); in extract_forward_vector_from_segment() 1178 extract_vector_from_segment(vcvertptr, sp, vp, WLEFT, WRIGHT); in extract_right_vector_from_segment() 1187 extract_vector_from_segment(vcvertptr, sp, vp, WBOTTOM, WTOP); in extract_up_vector_from_segment()
|
/dports/games/d2x/d2x-0.2.5/main/ |
H A D | gameseg.c | 1266 void extract_vector_from_segment(segment *sp, vms_vector *vp, int start, int end) in extract_vector_from_segment() function 1289 extract_vector_from_segment(seg,&fvec,WFRONT,WBACK); in extract_orient_from_segment() 1290 extract_vector_from_segment(seg,&uvec,WBOTTOM,WTOP); in extract_orient_from_segment() 1303 extract_vector_from_segment(sp,vp,WFRONT,WBACK); in extract_forward_vector_from_segment() 1312 extract_vector_from_segment(sp,vp,WLEFT,WRIGHT); in extract_right_vector_from_segment() 1321 extract_vector_from_segment(sp,vp,WBOTTOM,WTOP); in extract_up_vector_from_segment()
|