↓ 2 callersFunctionGetTokensIn the default locale for C++ strings, the whitespace characters are space (0x20, ' '), form feed (0x0C, '\f'), line feed (0x0A, '\n'), carriage retur
GTE/Mathematics/StringUtility.h:58
↓ 2 callersMethodToTriangleFor a triangle with counterclockwise vertices V0, V1, and V2, ToTriangle returns +1, P outside triangle -1, P inside triangle 0, P on triangle Choice
GTE/Mathematics/PrimalQuery2.h:197
↓ 2 callersMethodWhichSideOfEdgeThe edge <u0,u1> is directed. Determine whether the triangle has an edge <V[i],V[(i+1)%3]> = <u0,u1> (return +1) or an edge <V[i],V[(i+1)%3]> = <u1,u0
GTE/Mathematics/ETManifoldMesh.h:90