UNPKG

lingo3d

Version:

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

11 lines 182 B
export default class Point3d { x; y; z; constructor(x, y, z) { this.x = x; this.y = y; this.z = z; } } //# sourceMappingURL=Point3d.js.map