isoCuboidMesh: Iso-oriented cuboid

View source: R/someMeshes.R

isoCuboidMeshR Documentation

Iso-oriented cuboid

Description

Mesh of an iso-oriented cuboid, i.e. a cuboid with edges parallel to the axes.

Usage

isoCuboidMesh(lcorner, ucorner)

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

Value

A rgl mesh, i.e. a mesh3d object.


cgalMeshes documentation built on July 9, 2023, 7:45 p.m.