|
SuperDex Physics C++ API
|
Data for an implicit box within a model file. More...
#include <box.h>
Public Member Functions | |
| Box ()=default | |
| Box (Real3 const ¢er, Real3 const &halfExtents, Quaternion const &rotation={}) | |
| bool | operator!= (Box const &other) const =default |
| bool | operator== (Box const &other) const =default |
Public Attributes | |
| Real3 | center {} |
| Center of the box [m]. | |
| Real3 | halfExtents {1_r, 1_r, 1_r} |
| Half extents of the box [m]. | |
| Quaternion | rotation |
| Rotation about the center of the box. | |
Data for an implicit box within a model file.
|
default |
|
inline |
|
default |
|
default |
| Real3 superdex::Box::halfExtents {1_r, 1_r, 1_r} |
| Quaternion superdex::Box::rotation |