Skip to content

⬅️ Back to Table of Contents

📄 LinearInterpolant.tests.js

📊 Analysis Summary

Metric Count
📦 Imports 2
📊 Variables & Constants 2

📚 Table of Contents

🛠️ File Location:

📂 test/unit/src/math/interpolants/LinearInterpolant.tests.js

📦 Imports

Name Source
LinearInterpolant ../../../../../src/math/interpolants/LinearInterpolant.js
Interpolant ../../../../../src/math/Interpolant.js

Variables & Constants

Name Type Kind Value Exported
object LinearInterpolant let/var new LinearInterpolant( null, [ 1, 11, 2, 22, 3, 33 ], 2, [] )
object LinearInterpolant let/var new LinearInterpolant( null, [ 1, 11, 2, 22, 3, 33 ], 2, [] )