Home | History | Annotate | Download | only in functional

Lines Matching full:normaldir

360 	const tcu::Vector<deInt64, 3>	normalDir	= tcu::cross(d1*farValue - pfixed, d2*farValue - pfixed);
361 const deInt64 normalLen2 = tcu::lengthSquared(normalDir);
363 return (normalDir.z() * normalDir.z() - normalLen2/100) < 0;