M_drawplus(3f) - [M_drawplus] Additional routines using the M_DRAW graphics library (LICENSE:MIT)
Synopsis
Description
Library Function Descriptions
Author
License
Usage:
use M_drawplus, only : spirograph ,call_draw ,draw_interpret use M_drawplus, only : arrowhead ,plain_rect ,rdpnt ,rdbox ,barcode use M_drawplus, only : uconic ,ellipse ,uarc ,polyline2, seefont use M_drawplus, only : smoot, ismoo,ismoo1,ismoo2,ismoo3,perin use M_drawplus, only : ismoo,ismoo1,ismoo2,ismoo3, perin
M_drawplus(3f) is a collection of higher level graphic routines that call the base M_draw(3f) graphics routines.
subroutine rdbox(returnx1,returny1,returnx2,returny2,ikey) reads two points and outline defined box and return points subroutine rdpnt(oldx,oldy,sx,sy,ibut) reads coordinates of point locator clicked at
subroutine polyline2(arrx(:),arry(:))
subroutine arrowhead(x1,y1,x2,y2,size,idraw)
subroutine uarc
subroutine uconic(x,y,p,e,theta1,theta2,orientation)
subroutine ellipse(xpage,ypage,rmaj,rmin,angle,th0,thf,ipen)
subroutine spirograph(xcenter,ycenter,sunr0,planet0,offset0,radius,ilines,ang,angs,ifill)
subroutine smoot, ismoo,ismoo1,ismoo2,ismoo3,perin
subroutine plain_rect(x1,y1,x2,y2)
subroutine seefont(fontin)
subroutine barcode
subroutine call_draw
subroutine draw_interpret
John S. Urban
MIT License
Nemo Release 3.1 | M_drawplus (3) | February 23, 2025 |