Home
last modified time | relevance | path

Searched refs:normalLength2 (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/tools/
DExtractPoints.js97 var normalLength2 = Math.sqrt((normalX * normalX) + (normalY * normalY)); variable
98 if (normalLength2 > 1 || normalLength2 < 0.9) {
99 alert("Normal of invalid length (" + normalLength2 + ") found at path " + pathIndex);