A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
EGG::BoundBox3f Struct Reference

#include <BoundBox.hh>

Description

A representation of a bounding cuboid.

Definition at line 30 of file BoundBox.hh.

Public Member Functions

void resetBound ()
 
void setZero ()
 
void setDirect (const Vector3f &vMin, const Vector3f &vMax)
 
void setMin (const Vector3f &v)
 
void setMax (const Vector3f &v)
 

Public Attributes

Vector3f min
 
Vector3f max
 

Member Function Documentation

◆ resetBound()

void EGG::BoundBox3f::resetBound ( )

Definition at line 18 of file BoundBox.cc.

◆ setDirect()

void EGG::BoundBox3f::setDirect ( const Vector3f & vMin,
const Vector3f & vMax )

Definition at line 23 of file BoundBox.cc.

◆ setMax()

void EGG::BoundBox3f::setMax ( const Vector3f & v)
inline

Definition at line 47 of file BoundBox.hh.

◆ setMin()

void EGG::BoundBox3f::setMin ( const Vector3f & v)
inline

Definition at line 43 of file BoundBox.hh.

◆ setZero()

void EGG::BoundBox3f::setZero ( )
inline

Definition at line 36 of file BoundBox.hh.

Member Data Documentation

◆ max

Vector3f EGG::BoundBox3f::max

Definition at line 52 of file BoundBox.hh.

◆ min

Vector3f EGG::BoundBox3f::min

Definition at line 51 of file BoundBox.hh.