Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 16, 2023
1 parent 1572e57 commit 4e0a639
Show file tree
Hide file tree
Showing 7 changed files with 244 additions and 243 deletions.
3 changes: 2 additions & 1 deletion dist/2.x/vec2-impl.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Mat3 } from './mat3';
import { Mat4 } from './mat4';
import { Vec2, create, setDefaultType } from './vec2';
import { Vec3 } from './vec3';
export default Vec2;
export { create, setDefaultType };
/**
Expand Down Expand Up @@ -192,7 +193,7 @@ export declare const invert: typeof inverse;
* @param dst - vector to hold result. If not passed in a new one is created.
* @returns The vector of a cross b.
*/
export declare function cross(a: Vec2, b: Vec2, dst?: Vec2): Vec2;
export declare function cross(a: Vec2, b: Vec2, dst?: Vec3): Vec3;
/**
* Computes the dot product of two vectors; assumes both vectors have
* three entries.
Expand Down
204 changes: 102 additions & 102 deletions dist/2.x/wgpu-matrix.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/2.x/wgpu-matrix.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4e0a639

Please sign in to comment.