Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 301 Bytes

NOTES.md

File metadata and controls

13 lines (11 loc) · 301 Bytes

line through a point perp to a line: p = mv for point l = mv for line answer is lineFrom(pl)

perp distance from a line to a point:
p = mv for point l = mv for line answer is scalarFrom(pl)

line through a point parallel to a line:
p = mv for point l = mv for line