MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / operator <

Method operator <

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

Source from the content-addressed store, hash-verified

83 float priority;
84
85 bool operator < (const Seed& rhs) const
86 {
87 return priority < rhs.priority;
88 }
89};
90
91// basic SAP based acceleration structure for point cloud queries

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected