⬅️ Back to Table of Contents
📊 Analysis Summary
Metric |
Count |
📦 Imports |
5 |
📊 Variables & Constants |
3 |
📚 Table of Contents
🛠️ File Location:
📂 test/unit/src/core/Uniform.tests.js
📦 Imports
Name |
Source |
Uniform |
../../../../src/core/Uniform.js |
Vector3 |
../../../../src/math/Vector3.js |
x |
../../utils/math-constants.js |
y |
../../utils/math-constants.js |
z |
../../utils/math-constants.js |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
a |
any |
let/var |
*not shown* |
✗ |
b |
Vector3 |
let/var |
new Vector3( x, y, z ) |
✗ |
a |
Uniform |
let/var |
new Uniform( 23 ) |
✗ |