php - Find perpendicular segments at ends of segment -


find perpendicular segments

hello, i'm making application in have points (p0,p1), , need find points perpendicular segments @ end of (p0,p1)... namely, (a,b) , (c,d), of length $len. there similar question 1 in this post, unfortunately not sure how interpret answer... i'm using php project, solution can in language can translate later.

enter image description here

(a-e)/(l/2) = (p1-f)/l 

and on...


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -