|
VulkanEngine 0.1
Graphics engine using Vulkan
|
#include <BoundingBox.h>
Public Attributes | |
| PositionType | max |
| The maximum extent of the bounding box. | |
| PositionType | min |
| The minimum extent of the bounding box. | |
BoundingBox class.
| PositionType | The position type to use, e.g Eigen::Vector3f. |