| 93 | } |
| 94 | |
| 95 | __forceinline Vertex initNegativeEdgeVertex(const CatmullClarkPatch& irreg_patch, const size_t index, const Vertex& p_vtx) { |
| 96 | return madd(1.0f/3.0f,irreg_patch.ring[index].getSecondLimitTangent(),p_vtx); |
| 97 | } |
| 98 | |
| 99 | __forceinline Vertex initPositiveEdgeVertex2(const CatmullClarkPatch& irreg_patch, const size_t index, const Vertex& p_vtx) |
| 100 | { |
no test coverage detected