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

Class

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

Source from the content-addressed store, hash-verified

96}
97
98class Vertex {
99 constructor(x, y, z) {
100 this.position = vec3.fromValues(x, y, z);
101 this.normal = vec3.create();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected