mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 17:32:51 +08:00
39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown
# PerspectiveTransform
|
|
|
|
[](https://travis-ci.org/paulz/PerspectiveTransform)
|
|
[](https://codecov.io/gh/paulz/PerspectiveTransform)
|
|
[](http://cocoapods.org/pods/PerspectiveTransform)
|
|
[](http://cocoapods.org/pods/PerspectiveTransform)
|
|
[](http://cocoapods.org/pods/PerspectiveTransform)
|
|
|
|
## Usage
|
|
|
|
To run the example project, clone the repo, and run `pod install` from the Example directory first.
|
|
|
|

|
|

|
|
|
|
## Requirements
|
|
|
|
## Installation
|
|
|
|
PerspectiveTransform is available through [CocoaPods](http://cocoapods.org). To install
|
|
it, simply add the following line to your Podfile:
|
|
|
|
```ruby
|
|
pod 'PerspectiveTransform'
|
|
```
|
|
|
|
## Perspective Transform
|
|
|
|
### Useful Links
|
|
* [Explaining Homogeneous Coordinates & Projective Geometry](https://www.tomdalling.com/blog/modern-opengl/explaining-homogenous-coordinates-and-projective-geometry/)
|
|
|
|
## Author
|
|
|
|
Paul Zabelin, http://github.com/paulz
|
|
|
|
## License
|
|
|
|
PerspectiveTransform is available under the MIT license. See the LICENSE file for more info.
|