Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
Bbox Struct Reference

#include <util.hpp>

Public Member Functions

glm::vec3 getDimensions ()
 

Data Fields

std::pair< glm::vec3, glm::vec3 > corners
 

Detailed Description

Bbox struct which stores the bounding box of an object.

Only need to store two corners of the bounding box.

Member Function Documentation

◆ getDimensions()

glm::vec3 Bbox::getDimensions ( )

Field Documentation

◆ corners

std::pair<glm::vec3, glm::vec3> Bbox::corners

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