VOX
A little voxel engine
Loading...
Searching...
No Matches
HitBox Class Reference

#include <HitBox.hpp>

Collaboration diagram for HitBox:
Collaboration graph

Public Member Functions

 HitBox (const glm::dvec3 &position, const glm::dvec3 &size)
 
 ~HitBox ()
 
 HitBox (const HitBox &other)=default
 
 HitBox (HitBox &&other)=default
 
HitBoxoperator= (const HitBox &other)=delete
 
HitBoxoperator= (HitBox &&other)=delete
 

Public Attributes

glm::dvec3 position
 
glm::dvec3 size
 

Constructor & Destructor Documentation

◆ HitBox() [1/3]

HitBox::HitBox ( const glm::dvec3 &  position,
const glm::dvec3 &  size 
)

◆ ~HitBox()

HitBox::~HitBox ( )

◆ HitBox() [2/3]

HitBox::HitBox ( const HitBox other)
default

◆ HitBox() [3/3]

HitBox::HitBox ( HitBox &&  other)
default

Member Function Documentation

◆ operator=() [1/2]

HitBox & HitBox::operator= ( const HitBox other)
delete

◆ operator=() [2/2]

HitBox & HitBox::operator= ( HitBox &&  other)
delete

Member Data Documentation

◆ position

glm::dvec3 HitBox::position

◆ size

glm::dvec3 HitBox::size

The documentation for this class was generated from the following files: