Category "points"

Algorithms to find shapes among random points

Let's assume we have: A) a large set of random 2D points, and B) a small set of 2D points representing a simple geometric shape of choice, e.g. a triangle (3 x

Sage math plotting points in bigger sizes problem

How can plot a function with different point sizes? f=[(k,k*sin(k^2)) for k in range(1,101)] # size=[(i) for i in range(0,101)] p=points(f, pointsize=5, color=

Convert 8 points to a rectangle

I draw 4 lines through 8 points on my picturebox which creates a rectangle. float xnum = 0.580481F; float ynum = 0.373782F;