mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:26:06 +08:00
Fix of backslash ending line in comment
../tests/libslic3r/test_quadric_edge_collapse.cpp:162:5: warning: multi-line comment [-Wcomment] ../tests/libslic3r/test_quadric_edge_collapse.cpp:165:5: warning: multi-line comment [-Wcomment]
This commit is contained in:
parent
ab10209942
commit
d91d13c769
@ -157,16 +157,16 @@ static bool is_equal(const std::vector<stl_vertex> &v1,
|
|||||||
TEST_CASE("Reduce to one triangle by Quadric Edge Collapse", "[its]")
|
TEST_CASE("Reduce to one triangle by Quadric Edge Collapse", "[its]")
|
||||||
{
|
{
|
||||||
// !!! Not work (no manifold - open edges{0-1, 1-2, 2-4, 4-5, 5-3, 3-0}):
|
// !!! Not work (no manifold - open edges{0-1, 1-2, 2-4, 4-5, 5-3, 3-0}):
|
||||||
//
|
/////////////image////
|
||||||
// * 5
|
// * 5 //
|
||||||
// |\
|
// |\ //
|
||||||
// | \
|
// | \ //
|
||||||
// 3 *--* 4
|
// 3 *--* 4 //
|
||||||
// | /|\
|
// | /|\ //
|
||||||
// |/ | \
|
// |/ | \ //
|
||||||
// 0 *--*--* 2
|
// 0 *--*--* 2 //
|
||||||
// 1
|
// 1 //
|
||||||
//
|
//////////////////////
|
||||||
// all triangles are on a plane therefore quadric is zero and
|
// all triangles are on a plane therefore quadric is zero and
|
||||||
// when reduce edge between vertices 3 and 4 new vertex lay on vertex 3 not 4 !!!
|
// when reduce edge between vertices 3 and 4 new vertex lay on vertex 3 not 4 !!!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user