Struct Box

Struct Documentation

struct Box

Temporary wrapper struct to represent a box geometry.

Public Functions

inline Box(double x, double y, double z)

Construct a Box object wrapper.

Parameters:
  • x – The X dimension of the box.

  • y – The y dimension of the box.

  • z – The z dimension of the box.

Public Members

std::shared_ptr<hpp::fcl::Box> geom_ptr

The underlying Coal box geometry.