nein09
|
19844c8f42
|
Incorporate code review feedback, add a times method to the Rect class.
|
2014-10-29 09:42:19 -07:00 |
|
nein09
|
e0fbf869c9
|
Replace more magic numbers with constants.
|
2014-10-27 18:06:37 -07:00 |
|
nein09
|
2d70ee32fc
|
Remove randomness from test cases.
|
2014-10-27 17:58:59 -07:00 |
|
nein09
|
c1ae3d08f7
|
More constants, fewer magic numbers.
|
2014-10-23 16:30:34 -07:00 |
|
nein09
|
72a0ecc195
|
Force a zoom factor of 2 and make that a constant; find the viewer position in the window for imageToWindowCoordinates (still not sure where the 20 x 20 pixel padding is coming from
|
2014-10-23 16:13:02 -07:00 |
|
nein09
|
8494b7ee7f
|
Take out multiplication to avoid precision errors because it doesn't; add viewportToImageRectangle test
|
2014-10-21 11:19:41 -07:00 |
|
nein09
|
d9bd3343cc
|
viewerElementToImageCoordinates
|
2014-10-15 17:00:11 -07:00 |
|
nein09
|
c6dd2f213d
|
imageToViewerElementCoordinates and imageToWindowCoordinates
|
2014-10-15 16:54:09 -07:00 |
|
nein09
|
59ee91ea1a
|
add test for windowToImageCoordinates
|
2014-10-15 12:22:52 -07:00 |
|
nein09
|
13045e2ac4
|
Use propEqual to verify Point values, add a stub test for imageToWindowCoordinates
|
2014-10-15 11:45:19 -07:00 |
|
nein09
|
e8d4c00c5f
|
Add viewport.js to test.html so tests get run. Use built-in Point functions. Add a helper function to get a random number.
|
2014-10-09 16:58:45 -07:00 |
|
nein09
|
119ff4226d
|
Add a new test file to hold the viewport tests, and a few new tests to it.
|
2014-10-02 13:20:28 -07:00 |
|