Skip to content

Commit

Permalink
Fix comment in revert_arc
Browse files Browse the repository at this point in the history
  • Loading branch information
frmdstryr committed Mar 9, 2024
1 parent b051c3c commit 2607454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/geom_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Placement transform_text_placement_to_new_reference(Placement pl, Placement old_
*/
bool revert_arc(Coordd &output, const Coordd &p0, const Coordd &p1, const Coordd &c)
{
// The original center position is found by computing the intersection of
// The original point position is found by computing the intersection of
// lines defined by each arc point and their tangents. Tangents are of an
// arc perpendicular to vector to center.
const Coordd v0 = (p0 - c);
Expand Down

0 comments on commit 2607454

Please sign in to comment.