#483 closed defect (fixed)
psPlaneTransform & Distort
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Since we've done away with the psDPolynomial functions, the psPlaneTransform
struct needs changing (s7.2.1, p87-88).
Same goes for psPlaneDistort (p88)
Change History (3)
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 21 years ago
I was under the impression that we are no longer using unsigned int's in places
like this. Currently, they have all been changed back to signed.
comment:3 by , 21 years ago
There is no need to address the array from the end, so the numbers are unsigned.
Note:
See TracTickets
for help on using tickets.

typedef struct {
} psPlaneTransform;
typedef struct {
} psPlaneDistort;
Also updated the definition of the polynomials, as we agreed in the last telecon:
typedef struct {
} psPolynomial1D;
with
psPolynomial1D *psPolynomial1DAlloc(psPolynomialType type,
etc, up to 4D.