FS2_Open
Open source remastering of the Freespace 2 engine
sorted_obj Class Reference

Public Member Functions

 sorted_obj ()
 
bool operator< (const sorted_obj &other) const
 

Public Attributes

objectobj
 
float z
 
float min_z
 
float max_z
 

Detailed Description

Definition at line 31 of file objectsort.cpp.

Constructor & Destructor Documentation

sorted_obj::sorted_obj ( )
inline

Definition at line 37 of file objectsort.cpp.

Member Function Documentation

bool sorted_obj::operator< ( const sorted_obj other) const
inline

Definition at line 45 of file objectsort.cpp.

Member Data Documentation

float sorted_obj::max_z

Definition at line 35 of file objectsort.cpp.

float sorted_obj::min_z

Definition at line 35 of file objectsort.cpp.

object* sorted_obj::obj

Definition at line 34 of file objectsort.cpp.

float sorted_obj::z

Definition at line 35 of file objectsort.cpp.


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