Small modification to comment

This commit is contained in:
Weizhen Huang 2023-01-05 18:27:57 +01:00
parent 5015c8219b
commit 6b5f323b90
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ static float find_root_newton_bisection(float x_begin,
}
/* Calculate normals by minimizing the potential energy due to twist and bending. Global
* estimation involves integration and is thus too costly. Instead, we start with the first
* optimization would involve integration and is too costly. Instead, we start with the first
* curvature vector and propogate it along the curve. */
void calculate_normals(const Span<float3> positions,
const bool is_cyclic,