MCPcopy Create free account
hub / github.com/NikLever/ThreeJS-PathEditor /

Class

graph.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Geometry } from "./geometry.js";
2
3export class Graph{
4 constructor( canvas, config ){
5 this.canvas = canvas;
6 this.config = config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected