Searched refs:outz (Results 1 – 1 of 1) sorted by relevance
212 #define VP_WARP_POINT_3D(inx,iny,inz,m,outx,outy,outz) do {\ argument216 (outz) = MZX(m)*((VP_PAR)(inx))+MZY(m)*((VP_PAR)(iny))+MZZ(m)*((VP_PAR)(inz))+MZW(m); \217 if ((m).type==VP_MOTION_PROJ_3D) (outz)/=vpTmpWarpPnt___; } while (0)