rotate3D | R Documentation |
Rotate point cloud based on the roll, pitch, and yaw angles.
rotate3D(cloud, roll = 0, pitch = 0, yaw = 0, threads = 1)
cloud |
A |
roll |
A |
pitch |
A |
yaw |
A |
threads |
An |
The *XYZ* coordinates are transformed to E-N-U coordinates (ENU system, East-North-Up).
A data.table
with the rotation applied to cloud
.
J. Antonio Guzmán Q.
data(pc_tree) rgl::plot3d(pc_tree) rgl::plot3d(rotate3D(pc_tree, roll = 45, pitch = 45, yaw = 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.