IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 21 years ago

#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 robert.desonia@…, 22 years ago

Owner: changed from robert.desonia@… to george.gusciora@…

comment:2 by Eric.VanAlst@…, 22 years ago

Owner: changed from george.gusciora@… to robert.desonia@…

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.

comment:3 by Eric.VanAlst@…, 22 years ago

Owner: changed from robert.desonia@… to Paul Price

comment:4 by Paul Price, 22 years ago

Cc: Eric.VanAlst@… added
Resolution: fixed
Status: newclosed

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.