project_2d_line | R Documentation |
Use project2D
to project start and end points from 3D
world coordinates to 2D screen coordinates.
project_2d_line(x0, y0, z0, x1, y1, z1, proj_mat)
x0, y0, z0 |
coordinates of start point. |
x1, y1, z1 |
coordinates of end point. |
proj_mat |
4*4 projection matrix, as returned from
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.