Project 3D axis lines to 2D screen coordinates
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | axis_lines_3d(3,6) | |||
real(kind=wp), | intent(in) | :: | azim | |||
real(kind=wp), | intent(in) | :: | elev | |||
real(kind=wp), | intent(in) | :: | dist | |||
real(kind=wp), | intent(out) | :: | axis_lines_2d(2,6) |