Skip to content

Commit

Permalink
Fix Matrix2 tuple (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jul 25, 2024
1 parent 131ce7e commit 26afefe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/three/src/math/Matrix2.d.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
export type Matrix2Tuple = [
n11: number,
n12: number,
n13: number,
n21: number,
n22: number,
n23: number,
n31: number,
n32: number,
n33: number,
];

/**
Expand Down

0 comments on commit 26afefe

Please sign in to comment.