isoCuboidMesh: Iso-oriented cuboid
Description
Mesh of an iso-oriented cuboid, i.e. a cuboid with
edges parallel to the axes.
Usage
isoCuboidMesh(lcorner, ucorner)
Value
A rgl mesh, i.e. a mesh3d
object.
Arguments
- 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