Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Nov 1, 2014
1 parent 85d5802 commit a6f2944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/browser/tests-browserified.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,8 @@ var NORMALS = [
name: 'tiltedPlane',
value: [Math.SQRT1_2, Math.SQRT1_2, 0]
}
// TODO(bckenny): make this transformations instead, so we can test more than
// just rotations about the origin
];

/**
Expand Down
2 changes: 2 additions & 0 deletions test/geometry.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ var NORMALS = [
name: 'tiltedPlane',
value: [Math.SQRT1_2, Math.SQRT1_2, 0]
}
// TODO(bckenny): make this transformations instead, so we can test more than
// just rotations about the origin
];

/**
Expand Down

0 comments on commit a6f2944

Please sign in to comment.