import { vec3 } from "gl-matrix"; export interface IRay { origin: vec3; direction: vec3; } //# sourceMappingURL=IRay.d.ts.map