Growing Points V

by Simon Whitechapel

(Under development)

To create these images, begin with the vertices of a v-sided polygon, 1..v, and pair each with the center of the polygon, xc, yc, to create a set of pairs having the form (x1..v, y1..v; xc, yc). For each pair, find the point that is a/b of the distance, d, from (x1..v, y1..v) to (xc, yc). Using this point, generate two more points lying at (θ + θ1) x d x dm and (θ + θ1 + θ2) x d x dm, where θ is the angle between the original pair and θ1, θ2 and dm are variables. Replace the old set of pairs with these new pairs and repeat:

v = 4; a/b = 1/2; θ1 = 0.785 radians; θ2 = 2.847 rad; dm = 0.5

Here are more completed examples:

v = 4; a/b = 1/2; θ1 = 0.785; θ2 = 3.288; dm = 0.5


v = 4; a/b = 1/2; θ1 = thi=0.785; θ2 = 3.583; dm = 0.5


v = 4; a/b = 1/2; θ1 = 0.703; θ2 = 3.437; dm = 0.5


v = 4; a/b = 1/2; θ1 = 2.848; θ2 = 3.671; dm = 0.5


v = 6; a/b = 1/2; θ1 = 0.186; θ2 = 3.435; dm = 0.5

© 2007 Simon Whitechapel

Nestars

Previous Images

Pre-Previous Images

Second Images

First Images

Maths Index

Main Index