Searched refs:pvIntersection (Results 1 – 2 of 2) sorted by relevance
40 PVRTVECTOR3 * const pvIntersection, in PVRTMiscCalculateIntersectionLinePlane() argument69 pvIntersection->x = pv0->x + VERTTYPEMUL(fT, vD.x); in PVRTMiscCalculateIntersectionLinePlane()70 pvIntersection->y = pv0->y + VERTTYPEMUL(fT, vD.y); in PVRTMiscCalculateIntersectionLinePlane()71 pvIntersection->z = pv0->z + VERTTYPEMUL(fT, vD.z); in PVRTMiscCalculateIntersectionLinePlane()
27 PVRTVECTOR3 * const pvIntersection,