⬅️ Back to Table of Contents
📄 CylinderGeometry.tests.js
📊 Analysis Summary
Metric |
Count |
📦 Imports |
3 |
📊 Variables & Constants |
5 |
📚 Table of Contents
🛠️ File Location:
📂 test/unit/src/geometries/CylinderGeometry.tests.js
📦 Imports
Name |
Source |
CylinderGeometry |
../../../../src/geometries/CylinderGeometry.js |
BufferGeometry |
../../../../src/core/BufferGeometry.js |
runStdGeometryTests |
../../utils/qunit-utils.js |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
geometries |
any |
let/var |
undefined |
✗ |
parameters |
{ radiusTop: number; radiusBottom: nu... |
let/var |
{ radiusTop: 10, radiusBottom: 20, height: 30, radialSegments: 20, heightSegm... |
✗ |
object |
CylinderGeometry |
let/var |
new CylinderGeometry() |
✗ |
object |
CylinderGeometry |
let/var |
new CylinderGeometry() |
✗ |
object |
CylinderGeometry |
let/var |
new CylinderGeometry() |
✗ |