import { mat4 } from "gl-matrix"; export interface IGeometry { applyMatrix(matrix: mat4): IGeometry; clone(): IGeometry; reset(): void; } //# sourceMappingURL=IGeometry.d.ts.map