Cuboid
-
class Cuboid : public feasst::Shape
A cuboid is given by a center point and side lengths in each dimension. Not fully implemented. Implement as the intersection of 3 perpendicular slabs
Arguments
cubic_side_length: side length of cube.
side_lengths: comma-separated values for the length in each dimension. Cannot be used in conjunction with cubic_side_length.
center: comma-separated values for the positions in each dimension. (default: origin).