Skip to content

trunalb/LineVectorUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple library that helps you find points on a given line, if you know ONE of the following :

  1. The slope of the line and a point on the same line
  2. Two points on the line

It uses vector algebra and therefore is much intuitive to use. Look in the .h file for the entire API.

I used it while building the "throw away" photo animation for the Tempt app (https://www.tempt.com/). Code is released under the MIT license so feel free to use it the way you want!

About

A simple library to deal with vectors along lines. Look at the .h file for API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published