Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-11-08 03:41:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-08 03:44:23 +0300
commit5c2670ca394b5270b29a1e3669bb05f410c4e997 (patch)
tree41e07b351afa4c768c926f380ae5a8a2bec4c05c /source/blender/blenlib
parentbda58b8a8914d62871fc7c5fb9e571a6e12a7320 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/delaunay_2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/delaunay_2d.c b/source/blender/blenlib/intern/delaunay_2d.c
index f297d8cfeed..9c1e52b53a4 100644
--- a/source/blender/blenlib/intern/delaunay_2d.c
+++ b/source/blender/blenlib/intern/delaunay_2d.c
@@ -910,7 +910,7 @@ static bool delaunay_check(CDTVert *v1, CDTVert *v2, CDTVert *v3, CDTVert *p, co
{
double x1, y1, x2, y2, den, cenx, ceny, rad, pc, a, b, w, z, q, s;
- /* Find center and radius of circumcircle of v1,v2,v3.
+ /* Find center and radius of circum-circle of v1,v2,v3.
* Transform coords so v3 is at origin to help reduce floating point error
* when coordinates are far from (0,0) but close together.
*/