MCPcopy Create free account
hub / github.com/ImageEngine/cortex / index

Function index

src/IECoreScene/MeshAlgoReorder.cpp:103–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101};
102
103inline int index( int i, const int l )
104{
105 assert( l > 0 );
106
107 while ( i < 0 )
108 {
109 i += l;
110 }
111
112 return i % l;
113}
114
115int faceDirection( FaceToVerticesMap &faceToVerticesMap, FaceId face, Edge edge )
116{

Callers 3

faceDirectionFunction · 0.70
visitFaceFunction · 0.70
operator[]Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected