perpendicular_point | R Documentation |
Find point perpendicular to 2 points
e1 %|-% e2
e1 %-|% e2
e1 |
first ob_point |
e2 |
second ob_point |
ob_point object
ob_point object
x <- ob_point(0,0)
y <- ob_point(1,1)
# Find point perpendicular to x and y going vertically first
x %|-% y
# Find point perpendicular to x and y going horizontally first
x %-|% y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.