File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Travis CI] ( https://travis-ci.org/scivision/lineclipping-python-fortran.svg?branch=master )] ( https://travis-ci.org/scivision/lineclipping-python-fortran )
2
2
[ ![ AppVeyor] ( https://ci.appveyor.com/api/projects/status/cr0omkhjvgwcyxiy?svg=true )] ( https://ci.appveyor.com/project/scivision/lineclipping-python-fortran )
3
+ [ ![ PyPi versions] ( https://img.shields.io/pypi/pyversions/pylineclip.svg )] ( https://pypi.python.org/pypi/pylineclip )
4
+ [ ![ PyPi wheels] ( https://img.shields.io/pypi/format/pylineclip.svg )] ( https://pypi.python.org/pypi/pylineclip )
5
+ [ ![ PyPi Download stats] ( http://pepy.tech/badge/pylineclip )] ( http://pepy.tech/project/pylineclip )
3
6
4
7
# Line clipping
5
8
6
- - lineClipping.jl Cohen-Sutherland line clipping algorithm for Julia.
9
+ - ` lineClipping.jl ` Cohen-Sutherland line clipping algorithm for Julia.
7
10
Input scalars, output intersection length, or ` None ` if no intersection.
8
- - lineclipping.f90 Cohen-Sutherland line clipping algorithm for
11
+ - ` lineclipping.f90 ` Cohen-Sutherland line clipping algorithm for
9
12
massively parallel coarray modern Fortran. Input scalars or arrays,
10
13
output intersections or ` NaN ` if no intersection.
11
- - lineClipping.py Cohen-Sutherland line clipping algorithm for Python.
14
+ - ` lineClipping.py ` Cohen-Sutherland line clipping algorithm for Python.
12
15
Input scalars, output intersection length, or ` None ` if no intersection.
13
16
14
17
## Install
You can’t perform that action at this time.
0 commit comments