Show
Ignore:
Timestamp:
06/04/07 16:06:28 (5 years ago)
Author:
mleslie
Message:

Added versions of functions with standard ST (Spatial Type) prefixes to any functions that were lacking them. Updated the regression tests to include the new functions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/affine_expected

    r2352 r2616  
    3434rotZ_bbox|BOX(-1 0,0 0) 
    3535rotY_bbox|BOX(-1 0,0 0) 
     36translate|POINT(5 12) 
     37translate|POINT(-3 -7 3) 
     38scale|POINT(5 5) 
     39scale|POINT(3 2) 
     40scale|POINT(40 40 40) 
     41rotateZ|POINT(-1 -1) 
     42rotateZ|POINT(-1 1) 
     43rotateZ|POINT(1 -1) 
     44rotateZ|POINT(1 1) 
     45rotateY|POINT(-1 1 -1) 
     46rotateY|POINT(1 1 -1) 
     47rotateY|POINT(-1 1 1) 
     48rotateY|POINT(1 1 1) 
     49rotateX|POINT(1 -1 -1) 
     50rotateX|POINT(1 -1 1) 
     51rotateX|POINT(1 1 -1) 
     52rotateX|POINT(1 1 1) 
     53transscale|POINT(2 2) 
     54transscale|POINT(3 3) 
     55transscale|POINT(0 0) 
     56transscale|POINT(1 2) 
     57transscale|POINT(2 1) 
     58transscale|POINT(0 2) 
     59transscale|POINT(2 0) 
     60transscale|POINT(3 2) 
     61transscale|POINT(2 3) 
     62transscale|POINT(4 2) 
     63transscale|POINT(2 4) 
     64transscale|POINT(15 28) 
     65transscale|POINT(15 28 1) 
     66transl_bbox|BOX(1 0,2 1) 
     67scale_bbox|BOX(2 0,4 0) 
     68tscale_bbox|BOX(3 1,4 2) 
     69rotZ_bbox|BOX(-1 0,0 0) 
     70rotY_bbox|BOX(-1 0,0 0)