Skip to content

Commit

Permalink
GR: simplify and correct transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
jheinen committed Dec 8, 2023
1 parent 0f1f432 commit 0522378
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 113 deletions.
2 changes: 1 addition & 1 deletion lib/gks/gkscore.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void gks_fit_ws_viewport(double *viewport, double xmax, double ymax, double marg
void gks_set_norm_xform(int tnr, double *window, double *viewport);
void gks_set_xform_matrix(double tran[3][2]);
void gks_seg_xform(double *x, double *y);
void gks_WC_to_NDC(int tnr, double *x, double *y);
DLLEXPORT void gks_WC_to_NDC(int tnr, double *x, double *y);
void gks_NDC_to_WC(int tnr, double *x, double *y);
void gks_set_dev_xform(gks_state_list_t *s, double *window, double *viewport);
void gks_inq_dev_xform(double *window, double *viewport);
Expand Down
Loading

0 comments on commit 0522378

Please sign in to comment.