geo_intersec_plane_line | R Documentation |
Function returning intersecting point of a plane and a 3D-line if it exists.
geo_intersec_plane_line(p, n, s, w)
p |
position vector for the plane |
n |
normal vector of the plane |
s |
position vector of the line |
w |
direction vector of the line |
named vector (Intersecting point)
Florian Wagner florian.wagner@wagnius.ch
geo_intersec_plane_line(p = c(0,0,0),n = c(0,0,1),s = c(-1,-1,1), w = c(1,1,-1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.