Skip to content

AppGeo/midpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MidPoint Build Status

Find the midpoint of a line.

npm install midpoint

to use

midPoint([[0,0], [1,1], [2,2]]);// -> returns [1, 1]
midPoint([[0,0], [1,1], [2,2], [3,3]]);// -> returns [1.5, 1.5]
midPoint([[0,0], [1,1], [3,3]]);// -> returns [1.5, 1.5]

About

Find the midpoint of a line string

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors