diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
commit | bc3604d9b226ac475a104cd8ae2ca2d1d4a27984 (patch) | |
tree | e796661f371a94a50edfdc693388bb911b253dfd /gamut | |
parent | 509016be676f7915d635fa57144d2a441e3090ca (diff) | |
parent | c0b89ac5bfb90835ef01573267020e42d4fe070c (diff) |
Merge new upstream release
Diffstat (limited to 'gamut')
-rwxr-xr-x[-rw-r--r--] | gamut/GenRMGam.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/GenVisGam.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/Jamfile | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/License.txt | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/Readme.txt | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/afiles | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/fakegam.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/gammap.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/gammap.h | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/gammap.txt | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/gamut.c | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/gamut.h | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/isecvol.c | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/maptest.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/nearsmth.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/nearsmth.h | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/smthtest.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/surftest.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | gamut/viewgam.c | 0 |
19 files changed, 4 insertions, 4 deletions
diff --git a/gamut/GenRMGam.c b/gamut/GenRMGam.c index 5a62eee..5a62eee 100644..100755 --- a/gamut/GenRMGam.c +++ b/gamut/GenRMGam.c diff --git a/gamut/GenVisGam.c b/gamut/GenVisGam.c index 12d8d9d..12d8d9d 100644..100755 --- a/gamut/GenVisGam.c +++ b/gamut/GenVisGam.c diff --git a/gamut/Jamfile b/gamut/Jamfile index e97d0df..e97d0df 100644..100755 --- a/gamut/Jamfile +++ b/gamut/Jamfile diff --git a/gamut/License.txt b/gamut/License.txt index a871fcf..a871fcf 100644..100755 --- a/gamut/License.txt +++ b/gamut/License.txt diff --git a/gamut/Readme.txt b/gamut/Readme.txt index 56e7e13..56e7e13 100644..100755 --- a/gamut/Readme.txt +++ b/gamut/Readme.txt diff --git a/gamut/afiles b/gamut/afiles index 951926b..951926b 100644..100755 --- a/gamut/afiles +++ b/gamut/afiles diff --git a/gamut/fakegam.c b/gamut/fakegam.c index ec40457..ec40457 100644..100755 --- a/gamut/fakegam.c +++ b/gamut/fakegam.c diff --git a/gamut/gammap.c b/gamut/gammap.c index 638a2cd..638a2cd 100644..100755 --- a/gamut/gammap.c +++ b/gamut/gammap.c diff --git a/gamut/gammap.h b/gamut/gammap.h index 69207a4..69207a4 100644..100755 --- a/gamut/gammap.h +++ b/gamut/gammap.h diff --git a/gamut/gammap.txt b/gamut/gammap.txt index f751248..f751248 100644..100755 --- a/gamut/gammap.txt +++ b/gamut/gammap.txt 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. */ diff --git a/gamut/gamut.h b/gamut/gamut.h index 467852f..467852f 100644..100755 --- a/gamut/gamut.h +++ b/gamut/gamut.h diff --git a/gamut/isecvol.c b/gamut/isecvol.c index 71d918a..58eea9d 100644..100755 --- a/gamut/isecvol.c +++ b/gamut/isecvol.c @@ -115,7 +115,7 @@ gedge *e /* edge to test (may be from another gamut) */ /* Return the total volume of the gamut */ -/* Return -1.0 if incomaptible gamuts */ +/* Return -1.0 if incompatible gamuts */ double isect_volume( gamut *s1, gamut *s2 diff --git a/gamut/maptest.c b/gamut/maptest.c index 3a33453..3a33453 100644..100755 --- a/gamut/maptest.c +++ b/gamut/maptest.c diff --git a/gamut/nearsmth.c b/gamut/nearsmth.c index c0bd2be..c0bd2be 100644..100755 --- a/gamut/nearsmth.c +++ b/gamut/nearsmth.c diff --git a/gamut/nearsmth.h b/gamut/nearsmth.h index f826357..f826357 100644..100755 --- a/gamut/nearsmth.h +++ b/gamut/nearsmth.h diff --git a/gamut/smthtest.c b/gamut/smthtest.c index c9214d3..c9214d3 100644..100755 --- a/gamut/smthtest.c +++ b/gamut/smthtest.c diff --git a/gamut/surftest.c b/gamut/surftest.c index ca2a786..ca2a786 100644..100755 --- a/gamut/surftest.c +++ b/gamut/surftest.c diff --git a/gamut/viewgam.c b/gamut/viewgam.c index 9a7a2f5..9a7a2f5 100644..100755 --- a/gamut/viewgam.c +++ b/gamut/viewgam.c |