Public Member Functions | Public Attributes
objtree::Box Struct Reference

#include <box.h>

List of all members.

Public Member Functions

 Box ()
 Box (float x, float y, float z, float w, float h, float d)
void init (float x, float y, float z, float w, float h, float d)
bool operator== (const Box &box)

Public Attributes

float d
float h
float w
float x
float y
float z

Detailed Description

Simple box structure.

Definition at line 39 of file box.h.


Constructor & Destructor Documentation

objtree::Box::Box ( void  ) [inline]

Definition at line 44 of file box.h.

objtree::Box::Box ( float  x,
float  y,
float  z,
float  w,
float  h,
float  d 
) [inline]

Definition at line 48 of file box.h.


Member Function Documentation

void objtree::Box::init ( float  x,
float  y,
float  z,
float  w,
float  h,
float  d 
) [inline]

Definition at line 53 of file box.h.

bool objtree::Box::operator== ( const Box box) [inline]

Definition at line 63 of file box.h.


Member Data Documentation

Definition at line 42 of file box.h.

Definition at line 42 of file box.h.

Definition at line 42 of file box.h.

Definition at line 41 of file box.h.

Definition at line 41 of file box.h.

Definition at line 41 of file box.h.


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


srs_env_model
Author(s): Vit Stancl (stancl@fit.vutbr.cz), Tomas Lokaj, Jan Gorig, Michal Spanel (spanel@fit.vutbr.cz)
autogenerated on Sun Jan 5 2014 11:50:50