VulkanEngine 0.1
Graphics engine using Vulkan
Loading...
Searching...
No Matches
BoundingBox< PositionType > Struct Template Reference

#include <BoundingBox.h>

Inheritance diagram for BoundingBox< PositionType >:
BoundingBoxBase

Public Attributes

PositionType max
 The maximum extent of the bounding box.
 
PositionType min
 The minimum extent of the bounding box.
 

Detailed Description

template<typename PositionType>
struct BoundingBox< PositionType >

BoundingBox class.

Template Parameters
PositionTypeThe position type to use, e.g Eigen::Vector3f.

The documentation for this struct was generated from the following file: