- Timestamp:
- Aug 16, 2023, 8:42:18 AM (3 years ago)
- Location:
- branches/eam_branches/ipp-20230313/psModules/test/concepts
- Files:
-
- 2 edited
-
tap_pmConceptsAverage.c (modified) (1 diff)
-
tap_pmConceptsUpdate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psModules/test/concepts/tap_pmConceptsAverage.c
r21474 r42501 35 35 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 36 36 { 37 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );37 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 38 38 pt->x->coeff[1][0] = 1.0; 39 39 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/concepts/tap_pmConceptsUpdate.c
r21474 r42501 34 34 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 35 35 { 36 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );36 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 37 37 pt->x->coeff[1][0] = 1.0; 38 38 pt->y->coeff[0][1] = 1.0;
Note:
See TracChangeset
for help on using the changeset viewer.
