3 #include <unordered_set> 16 unsigned int hashCode()
const;
17 bool operator==(
const EdgeHash& rhs)
const;
34 size_t operator( )(
const EdgeHash& Key )
const 36 return Key.hashCode();
40 return !(_Key1== _Key2);
53 static void AddEdge( std::unordered_set <EdgeHash, hash_compare_edge> & edgeTable, DWORD& dwNumEdges, WORD v0, WORD v1 );
For shadow volume: indexed edge building.
Definition: EdgeBuilder.h:10
different physics engine has different winding order.
Definition: EventBinding.h:32
the hash compare class for stdext hash_set used in shadow volume edge building
Definition: EdgeBuilder.h:26
a set of static function for edge building for shadow volume
Definition: EdgeBuilder.h:47