Skip to content

⬅️ Back to Table of Contents

📄 NURBSCurve.tests.js

📊 Analysis Summary

Metric Count
📦 Imports 3
📊 Variables & Constants 6

📚 Table of Contents

🛠️ File Location:

📂 test/unit/addons/curves/NURBSCurve.tests.js

📦 Imports

Name Source
NURBSCurve ../../../../examples/jsm/curves/NURBSCurve.js
MathUtils ../../../../src/math/MathUtils.js
Vector4 ../../../../src/math/Vector4.js

Variables & Constants

Name Type Kind Value Exported
_nurbsCurve any let/var undefined
nurbsControlPoints any[] let/var []
nurbsKnots any[] let/var []
nurbsDegree 3 let/var 3
point Vector4 let/var new Vector4( Math.random(), Math.random(), Math.random(), 1 )
knot number let/var ( i + 1 ) / ( j - nurbsDegree )