isoCuboidMesh | R Documentation |
Mesh of an iso-oriented cuboid, i.e. a cuboid with edges parallel to the axes.
isoCuboidMesh(lcorner, ucorner)
lcorner |
lower corner, a point whose coordinates must be lower than those of the upper corner |
ucorner |
upper corner, a point whose coordinates must be greater than those of the lower corner |
A rgl mesh, i.e. a mesh3d
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.