Commit Graph

187 Commits

Author SHA1 Message Date
Paul Zabelin
3780758615 add ImageCoordinateSpace pod
unlock cocoapods gem version
2018-01-05 17:32:33 -08:00
Paul Zabelin
f9143d1328 use nested targets in Podfile 2018-01-05 17:28:52 -08:00
Paul Zabelin
5e088c2fa3 add resetAnchorPoint from tests to example 2018-01-05 17:25:05 -08:00
Paul Zabelin
aba5e189f6 toggle photo transform on tap 2018-01-05 17:01:54 -08:00
Paul Zabelin
c16fca184c add PhotoViewController 2018-01-05 16:45:24 -08:00
Paul Zabelin
231da21a73 refactor PerformanceTest
to measure Perspective create time
2018-01-05 15:25:31 -08:00
Paul Zabelin
99de6f5be8 set baseline for the performance test 2018-01-05 13:33:06 -08:00
Paul Zabelin
ed87f2c165 fix reseting view on appear
calculate starting perspective once
2018-01-04 18:11:52 -08:00
Paul Zabelin
d274c5cfb1 add tab bar view controller 2018-01-04 18:04:37 -08:00
Paul Zabelin
79cb6af227 refactor for readibility 2018-01-04 17:59:12 -08:00
Paul Zabelin
02f93ee249 add spec for adjugate 2018-01-04 16:51:08 -08:00
Paul Zabelin
417b18195b fix playgrounds 2018-01-04 09:09:48 -08:00
Paul Zabelin
22cdf9a511 refactor to use ≈ operator 2018-01-04 08:33:41 -08:00
Paul Zabelin
39a4585cf8 enable test coverage 2018-01-04 08:11:10 -08:00
Paul Zabelin
adad1ecff8 cleanup self. 2018-01-04 07:37:02 -08:00
Paul Zabelin
de8df37de9 fix storyboard warning
add temporary storyboard id
to unreachable controller
2018-01-04 07:26:10 -08:00
Paul Zabelin
52bf690fc7 update version
fix warnings
2018-01-04 07:24:16 -08:00
Paul Zabelin
26f7e0c087 refactor beCloseTo 2018-01-04 07:12:45 -08:00
Paul Zabelin
fc73a01877 set deployment target to iOS11 2018-01-04 06:26:59 -08:00
Paul Zabelin
b7551b6a42 update ruby version 2018-01-04 06:09:37 -08:00
Paul Zabelin
9b37829182 update swift
update bundle
update and cleanup pods
update test images
fix Xcode 9.2 errors
2018-01-04 06:05:32 -08:00
Paul Zabelin
44f6ae8e4e rename to PanViewController
add overlay scene
2016-02-26 21:42:19 -08:00
Paul Zabelin
6065e8fade revert reference image to be used with iPhone 6 simulator 2016-02-25 22:31:14 -08:00
Paul Zabelin
d503ff5ad8 update expected image for snapshot spec to match travis 2016-02-23 21:08:01 -08:00
Paul Zabelin
c4ad257852 update travis 2016-02-23 03:32:17 -08:00
Paul Zabelin
45978d1279 update playground 2016-02-23 03:24:48 -08:00
Paul Zabelin
30c53977e0 cleanup spec helper, readme 2016-02-23 03:16:58 -08:00
Paul Zabelin
c85bc992fa clean up project file from deleted references 2016-02-23 03:10:50 -08:00
Paul Zabelin
50398cc02d add snapshot test 2016-02-23 03:07:39 -08:00
Paul Zabelin
eb94895f9f fix build errors after renaming targets 2016-02-23 01:09:09 -08:00
Paul Zabelin
db4687f787 add overlay visual playground 2016-02-22 23:46:25 -08:00
Paul Zabelin
e72aafc156 rename example targets to Example and Tests 2016-02-22 21:29:42 -08:00
Paul Zabelin
9391f9cfe6 update pods after cleanup 2016-02-22 21:21:31 -08:00
Paul Zabelin
985c47e2d6 use convenience initializers 2016-02-22 00:34:13 -08:00
Paul Zabelin
f17036ba8a update baselines for performance test 2016-02-22 00:27:48 -08:00
Paul Zabelin
c3f28665df use corners, store vectors
rename extensions, update playground
2016-02-22 00:13:21 -08:00
Paul Zabelin
9b2f3506f6 introduce Perspective to hold basis vectors maps 2016-02-21 23:59:59 -08:00
Paul Zabelin
08e5529555 set performance baselines 2016-02-21 15:05:07 -08:00
Paul Zabelin
6ac5915b18 measure performance on iPhone4s 2016-02-21 14:59:32 -08:00
Paul Zabelin
29039c1f9d add performance test 2016-02-21 14:57:09 -08:00
Paul Zabelin
9e4f280486 use zNormalizedSafe for homogeneousInverse 2016-02-21 14:49:32 -08:00
Paul Zabelin
62e11bda7d implement adjugate via cross product of vectors 2016-02-21 14:41:53 -08:00
Paul Zabelin
f367d5a648 add spec for homogeneousInverse 2016-02-21 14:18:39 -08:00
Paul Zabelin
f63e30003c use type aliases for specs 2016-02-21 13:40:59 -08:00
Paul Zabelin
5b4ba24355 add spec to show incorrect inverse on 32-bit architecture 2016-02-21 13:00:14 -08:00
Paul Zabelin
74335d41b2 refactor float3x3+3D 2016-02-21 04:59:18 -08:00
Paul Zabelin
5ab6f936d4 rename basisVectorsToPointsMap 2016-02-21 04:41:50 -08:00
Paul Zabelin
f83a15d93a refactor geometry extensions 2016-02-21 04:20:08 -08:00
Paul Zabelin
21d8ca6d94 rename zNormalize 2016-02-21 03:43:52 -08:00
Paul Zabelin
a2a762139d move debug methods to spec helper 2016-02-21 02:53:33 -08:00