#218 closed defect (fixed)
psCoord constructors
| Reported by: | Paul Price | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | 0.3.0 |
| Severity: | normal | Keywords: | |
| Cc: | Eric.VanAlst@… |
Description
There are no constructors for any of psPlaneTransform, psPlaneDistort, psPlane,
psSphere, and psProjection.
Change History (4)
comment:1 by , 22 years ago
| Owner: | changed from to |
|---|
comment:2 by , 22 years ago
| Owner: | changed from to |
|---|
comment:3 by , 22 years ago
| Owner: | changed from to |
|---|
comment:4 by , 22 years ago
| Cc: | added |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Done:
psPlane *psPlaneAlloc(void);
psSphere *psSphereAlloc(void);
psProjection *psProjectionAlloc(double R, double D, double Xs, double Ys,
psProjectionType type);
Note:
See TracTickets
for help on using tickets.

There are now constructors for psPlaneTransform and psPlaneDistort, but there is
no specification in the SDR version 10 for psSphere, psPlane and psProjection.
These should be added to the SDR.