|
template<typename T , typename U = T, typename = std::enable_if_t<STD_IS_REPLACEMENT(arithmetic, T)>> |
constexpr MAXON_ATTRIBUTE_FORCE_INLINE U | ClampQuadIndex (const T index) |
|
Int32 | FindDirectedVertexIndexInQuad (const Block< const Int32 > polyVertices, const EdgePair edgePair) |
|
EdgePair | FindPrevEdgeInQuad (const Block< const Int32 > polyVertices, const EdgePair edgePair) |
|
EdgePair | FindNextEdgeInQuad (const Block< const Int32 > polyVertices, const EdgePair edgePair) |
|
EdgePair | FindOppositeDirectedEdgeInQuad (const Block< const Int32 > polyVertices, const EdgePair edgePair) |
|
template<typename STORAGEINDEX > |
static Int32 | UsesEdge (const SimplePolygon &v, STORAGEINDEX aa, STORAGEINDEX bb) |
|