Map a polar sample to a canvas cell. r_max is the shared radial
axis maximum so r == r_max lands on the circular boundary.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(polar_frame_t), | intent(in) | :: | frame | |||
| real(kind=wp), | intent(in) | :: | theta | |||
| real(kind=wp), | intent(in) | :: | r | |||
| real(kind=wp), | intent(in) | :: | r_max | |||
| real(kind=wp), | intent(in) | :: | theta_offset | |||
| logical, | intent(in) | :: | clockwise | |||
| integer, | intent(out) | :: | row | |||
| integer, | intent(out) | :: | col |