#80 closed defect (fixed)
Sky offset type definition
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In SDR-02 paragraph 5.3.4, the types of offset has a TBD of [Linear,
Spherical/Arcsec, Spherical/Degrees,etc]. What should the valid types be?
Change History (2)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

I want to change the format of these functions slightly to be more consistent
with our other structures. we need to specify two quantities: offset mode and
offset units:
psSphere *psSphereSetOffset(const psSphere *restrict position1,
where:
typedef enum {
} psSphereOffsetMode;
typedef enum {
} psSphereOffsetUnit;