6#ifndef INCLUDE_VULKANENGINE_BOUNDINGBOX_H_
7#define INCLUDE_VULKANENGINE_BOUNDINGBOX_H_
14template <
typename PositionType>
Base class for BoundingBox specializations.
Definition: BoundingBox.h:10
Definition: BoundingBox.h:15
PositionType max
The maximum extent of the bounding box.
Definition: BoundingBox.h:17
PositionType min
The minimum extent of the bounding box.
Definition: BoundingBox.h:20