Home
last modified time | relevance | path

Searched refs:orientationPtr (Results 1 – 7 of 7) sorted by last modified time

/dports/games/avp/avp-20170505/src/avp/win95/
H A Dd3d_render.cpp213 void D3D_DrawCable(VECTORCH *centrePtr, MATRIXCH *orientationPtr);
8112 void D3D_DrawCable(VECTORCH *centrePtr, MATRIXCH *orientationPtr) in D3D_DrawCable() argument
8162 RotateVector(&radius,orientationPtr); in D3D_DrawCable()
/dports/games/avp/avp-20170505/src/
H A Dkshape.c6320 void RenderPredatorPlasmaCasterCharge(int value, VECTORCH *worldOffsetPtr, MATRIXCH *orientationPtr) in RenderPredatorPlasmaCasterCharge() argument
6353 RotateVector(&(translatedPts[i]),orientationPtr); in RenderPredatorPlasmaCasterCharge()
H A Dkshape.h105 void RenderPredatorPlasmaCasterCharge(int value, VECTORCH *worldOffsetPtr, MATRIXCH *orientationPtr
H A Dopengl.c5708 void D3D_DrawCable(VECTORCH *centrePtr, MATRIXCH *orientationPtr) in D3D_DrawCable() argument
5742 RotateVector(&radius,orientationPtr); in D3D_DrawCable()
/dports/games/avp/avp-20170505/src/avp/
H A Dbonusabilities.c292 extern void D3D_DrawCable(VECTORCH *centrePtr, MATRIXCH *orientationPtr); in RenderGrapplingHook()
H A Dparticle.c4334 void MakeImpactSmoke(MATRIXCH *orientationPtr, VECTORCH *positionPtr) in MakeImpactSmoke() argument
4343 RotateVector(&velocity,orientationPtr); in MakeImpactSmoke()
4370 void MakeSprayOfSparks(MATRIXCH *orientationPtr, VECTORCH *positionPtr) in MakeSprayOfSparks() argument
4380 RotateVector(&velocity,orientationPtr); in MakeSprayOfSparks()
H A Dparticle.h187 extern void MakeImpactSmoke(MATRIXCH *orientationPtr, VECTORCH *positionPtr);
197 void MakeSprayOfSparks(MATRIXCH *orientationPtr, VECTORCH *positionPtr);