UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 352 B
/** * Describes a point, shape that encloses no space */ export class PointShape3D extends AbstractShape3D { static INSTANCE: PointShape3D; support(result: any, result_offset: any, direction_x: any, direction_y: any, direction_z: any): void; } import { AbstractShape3D } from "./AbstractShape3D.js"; //# sourceMappingURL=PointShape3D.d.ts.map