Home | History | Annotate | Download | only in program

Lines Matching refs:tmpW

1433             GLfloat axis[4], dir[4], result[4], tmpX, tmpW;
1436 tmpW = DOT3(axis, axis);
1437 tmpX = (2.0F * DOT3(axis, dir)) / tmpW;