Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:limitValue

265 		const deInt64	limitValue					= (limitValueCouldOverflow) ? (0) : (lineLengthSquared * broadRejectDistanceSquared); // avoid overflow
274 if (crossProductSquared > limitValue)