UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

10 lines 297 B
import { Point3d } from "@lincode/math"; import Curve from "../display/Curve"; const curve = new Curve(); curve.points = [ new Point3d(289, 452, 56), new Point3d(-53, 171, -14), new Point3d(-91, 176, -6), new Point3d(-383, 491, 47) ]; //# sourceMappingURL=testCurve.js.map