Home | History | Annotate | Download | only in common

Lines Matching refs:newCoord

886 			const float newCoord	= t * line[1][1 - component] + (1 - t) * line[0][1 - component];
891 line[1 - side / 2][1 - component] = newCoord;
896 line[side / 2][1 - component] = newCoord;