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

Class Key

extensions/flexExtCloth.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace
33{
34 struct Key
35 {
36 Key(int i, float d) : index(i), depth(d) {}
37
38 int index;
39 float depth;
40
41 bool operator < (const Key& rhs) const { return depth < rhs.depth; }
42 };
43}
44
45int NvFlexExtCreateWeldedMeshIndices(const float* vertices, int numVertices, int* uniqueIndices, int* originalToUniqueMap, float threshold)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected