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

#include <BoundBox.hh>

Description

A representation of a bounding rectangle.

Definition at line 8 of file BoundBox.hh.

Public Member Functions

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

Public Attributes

Vector2f min
 
Vector2f max
 

Member Function Documentation

◆ resetBound()

void EGG::BoundBox2f::resetBound ( )
0x802145F0

Definition at line 8 of file BoundBox.cc.

◆ setDirect()

void EGG::BoundBox2f::setDirect ( const Vector2f & vMax,
const Vector2f & vMin )

Definition at line 13 of file BoundBox.cc.

◆ setMax()

void EGG::BoundBox2f::setMax ( const Vector2f & v)
inline

Definition at line 21 of file BoundBox.hh.

◆ setMin()

void EGG::BoundBox2f::setMin ( const Vector2f & v)
inline

Definition at line 17 of file BoundBox.hh.

Member Data Documentation

◆ max

Vector2f EGG::BoundBox2f::max

Definition at line 26 of file BoundBox.hh.

◆ min

Vector2f EGG::BoundBox2f::min

Definition at line 25 of file BoundBox.hh.