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

Method Entry

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

Source from the content-addressed store, hash-verified

94 struct Entry
95 {
96 Entry(Vec3 p, int i) : point(p), index(i) {}
97
98 Vec3 point;
99 int index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected