OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Public Member Functions | Private Attributes | List of all members
Sector Class Reference

#include <RoomData.h>

Public Member Functions

 Sector (float f, float c, bool w)
 
float getFloor ()
 
float getCeiling ()
 
bool isWall ()
 

Private Attributes

float floor
 
float ceiling
 
bool wall
 

Detailed Description

Definition at line 100 of file RoomData.h.

Constructor & Destructor Documentation

Sector::Sector ( float  f,
float  c,
bool  w 
)
inline

Definition at line 102 of file RoomData.h.

Member Function Documentation

float Sector::getFloor ( )

Definition at line 98 of file RoomData.cpp.

float Sector::getCeiling ( )

Definition at line 102 of file RoomData.cpp.

bool Sector::isWall ( )

Definition at line 106 of file RoomData.cpp.

Member Data Documentation

float Sector::floor
private

Definition at line 108 of file RoomData.h.

float Sector::ceiling
private

Definition at line 109 of file RoomData.h.

bool Sector::wall
private

Definition at line 110 of file RoomData.h.


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