MCPcopy Create free account
hub / github.com/DavidHDev/react-bits /

Class

src/tailwind/Components/InfiniteMenu/InfiniteMenu.jsx:309–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309class DiscGeometry extends Geometry {
310 constructor(steps = 4, radius = 1) {
311 super();
312 steps = Math.max(4, steps);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected