View source: R/geometry-plane.R
plane_geometry | R Documentation |
Create a two-dimensional plane in three dimensional space
plane_geometry(width = 1, height = 1, shape = c(2, 2))
width , height |
width and height of the plane, must not be |
shape |
length of two to indicate the number of vertices along width
and height, default is only |
A triangular mesh of class 'mesh3d'
plane <- plane_geometry(5, 10, c(12, 22))
if(FALSE) {
rgl_view({
rgl_call("shade3d", plane, col = 3)
rgl_call("wire3d", plane, col = 1)
})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.