Description Usage Arguments Value Author(s) Examples
Compute end point of given point in 3d with direction and length
1 | vector_end(p_start = c(0, 0, 0), orient = c(1, 1, 1), length = 1)
|
p_start |
A vector with the start point of the vector, e.g. a cylinder, in 3D (x,y,z) |
orient |
Directional vector of the vector, e.g. a cylinder, axis (x1,y1,z1) |
length |
Length of the vector, e.g. cylinder length (in meter) |
The end point (p_end) of the vector in 3D (x,y,z)
Matthias Kunz, last updated: 29.04.2019
1 | vector_end(p_start = c(0,0,0), orient = c(1,1,1), length = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.