diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
commit | c0b89ac5bfb90835ef01573267020e42d4fe070c (patch) | |
tree | 733c16852d964d84b7565af4bdaff0bcca901b88 /gamut/gamut.c | |
parent | 094535c010320967639e8e86f974d878e80baa72 (diff) |
Imported Upstream version 1.8.0upstream/1.8.0
Diffstat (limited to 'gamut/gamut.c')
-rwxr-xr-x[-rw-r--r--] | gamut/gamut.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gamut/gamut.c b/gamut/gamut.c index 02b18dc..dd4f43b 100644..100755 --- a/gamut/gamut.c +++ b/gamut/gamut.c @@ -16,7 +16,7 @@ */ /* - The gamut boundary is comuted using a variation of + The gamut surface is computed using a variation of Jan Morovic's Segment Maximum approach. The variations are: @@ -24,7 +24,7 @@ so that approximately the same detail is kept on the gamut surface. Multiple direction vectors at each point are retained. The resultant points are used to create the overal convex - jull, but in an adaptive, non-linearly scaled radial space, + hull, but in an adaptive, non-linearly scaled radial space, that allows for convexity in the PCS result. */ @@ -3628,7 +3628,7 @@ gamut *s * * For accellerating the vector intersect code, this isn't * so fabulous, and a general unconstrained BSP tree would - * be better. To address this, an orhogonal element to the + * be better. To address this, an orthogonal element to the * radial BSP's is provided in the radius squared range * of each set of elements below a BSP node. */ |