Add files
This commit is contained in:
commit
77bde04db3
97 changed files with 10327 additions and 0 deletions
3
src/helper/rotate-90-deg.ts
Normal file
3
src/helper/rotate-90-deg.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { vec2 } from 'gl-matrix';
|
||||
|
||||
export const rotate90Deg = (vec: vec2): vec2 => vec2.fromValues(-vec.y, vec.x);
|
||||
Loading…
Add table
Add a link
Reference in a new issue