# CIRCLE_ARC_GRID_DISPLAY displays grid points along a circular arc. # Input, real R, the radius of the disk. # Input, real C(2), the coordinates of the center of the disk. # Input, real A(2), the ...
# DISK_GRID_REGULAR computes grid points inside a disk. # Input, integer N, the number of subintervals. # Input, real R, the radius of the disk. # Input, real C(2), the coordinates of the center of ...