Searched refs:normalLength2 (Results 1 – 1 of 1) sorted by relevance
97 var normalLength2 = Math.sqrt((normalX * normalX) + (normalY * normalY)); variable98 if (normalLength2 > 1 || normalLength2 < 0.9) {99 alert("Normal of invalid length (" + normalLength2 + ") found at path " + pathIndex);