MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / SortOnAxis

Method SortOnAxis

extensions/flexExtSoft.cpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 int axis;
111
112 SortOnAxis(int axis) : axis(axis) {}
113
114 bool operator()(const Entry& lhs, const Entry& rhs) const
115 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected