Fix up whitespace for comments in DefaultSupportTree

This commit only deals with white space
This commit is contained in:
tamasmeszaros 2023-01-09 15:24:41 +01:00
parent 47a824d131
commit 8207433b81

View File

@ -440,8 +440,7 @@ void DefaultSupportTree::add_pinheads()
auto nn = spheric_to_dir(polar, azimuth).normalized(); auto nn = spheric_to_dir(polar, azimuth).normalized();
// check available distance // check available distance
AABBMesh::hit_result t = pinhead_mesh_intersect(hp, nn, pin_r, AABBMesh::hit_result t = pinhead_mesh_intersect(hp, nn, pin_r, back_r, w);
back_r, w);
if (t.distance() < w) { if (t.distance() < w) {
// Let's try to optimize this angle, there might be a // Let's try to optimize this angle, there might be a