Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OrigMeshPainterSort Struct Reference

Public Member Functions

bool operator() (const OrigMeshContainer &a, const OrigMeshContainer &b) const
 

Detailed Description

Definition at line 165 of file mesh_gfx.cpp.

Member Function Documentation

bool OrigMeshPainterSort::operator() ( const OrigMeshContainer a,
const OrigMeshContainer b 
) const
inline

Definition at line 167 of file mesh_gfx.cpp.

References OrigMeshContainer::d.

168  {
169  return a.d > b.d;
170  }

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