|
xoreos
0.0.5
|
A class able to sort objects by distance to a target object. More...
#include <objectcontainer.h>
Public Member Functions | |
| ObjectDistanceSort (const NWN::Object &target) | |
| bool | operator() (NWN::Object *a, NWN::Object *b) |
Private Member Functions | |
| float | getDistance (NWN::Object &a) |
Private Attributes | |
| float | xt |
| float | yt |
| float | zt |
A class able to sort objects by distance to a target object.
Definition at line 52 of file objectcontainer.h.
| Engines::NWN::ObjectDistanceSort::ObjectDistanceSort | ( | const NWN::Object & | target | ) |
Definition at line 43 of file objectcontainer.cpp.
References Engines::NWN::Object::getPosition(), xt, yt, and zt.

|
private |
Definition at line 51 of file objectcontainer.cpp.
References ABS(), Engines::NWN::Object::getPosition(), xt, yt, and zt.
Referenced by operator()().


| bool Engines::NWN::ObjectDistanceSort::operator() | ( | NWN::Object * | a, |
| NWN::Object * | b | ||
| ) |
Definition at line 47 of file objectcontainer.cpp.
References getDistance().

|
private |
Definition at line 59 of file objectcontainer.h.
Referenced by getDistance(), and ObjectDistanceSort().
|
private |
Definition at line 59 of file objectcontainer.h.
Referenced by getDistance(), and ObjectDistanceSort().
|
private |
Definition at line 59 of file objectcontainer.h.
Referenced by getDistance(), and ObjectDistanceSort().
1.8.14