APPENDIX G
Dimension Variations
See Appendix C for a different aspect of this configuration type and further discussion.
- xa = fa(θ)
- ya = ga(θ)
- xb = fb(θ)
- yb = gb(θ)
- mmin ≤ m ≤ mmax
- scale = scalea,scaleb
- point = ((scalea*xa + scaleb*xb*m),(scalea*ya + scaleb*yb*m))
Dimension Example with Pseudocode
for (int θ = 0; θ ≤ 500000; θ++) { xnew = cos( 0.4001*θ); ynew = sin(-0.4001*θ); x = cos(θ); y = sin(θ); for (int m = 1; m ≤ 20; m++) PlotPoint(xnew*300.0+m*x*4.0, ynew*300.0+m*y*4.0, color); }
Dimension | Build: (fa(θ),ga(θ))(fb(θ),gb(θ)) | Scale: scalea,scaleb | Offset: mmin,mmax |
---|---|---|---|
Example | (cos(0.4001*θ),sin(-0.4001*θ))((cos(θ),sin(θ)) | 300.0,4.0 | 1,20 |
Dimension #1 | (cos(0.4*θ),sin(0.9001*θ))(cos(0.4*θ)*sin(θ),0.3*sin(θ)) | 375.0,4.0 | 0,19 |
Dimension #2 | (cos(0.4001*θ),sin(0.42001*θ))(cos(θ),sin(θ)) | 300.0,4.0 | 1,19 |
Dimension #3 | (cos(0.4001*θ),sin(-0.4008*θ))(cos(θ),sin(θ)) | 300.0,4.0 | 0,19 |
Dimension #4 | (cos(θ),sin(θ))(cos(0.001*θ),sin(0.001*θ)) | 200.0,3.0 | 0,51 |
Dimension #5 | (cos(0.301*θ)*sin(0.302*θ),sin(0.301*θ))(cos(0.301*θ)*sin(0.302*θ),sin(0.301*θ)) | 225.0,3.0 | 0,51 |
Dimension #6 | (cos(0.500*θ)*sin(0.301*θ),sin(0.500*θ)*cos(0.301*θ))(cos(0.500*θ)*sin(0.301*θ),sin(0.500*θ)*cos(0.301*θ)) | 225.0,3.0 | 0,51 |
Dimension #7 | (cos(0.081*θ)*tan(0.081*θ),cos(0.081*θ)*cos(0.080*θ))(cos(0.081*θ)*tan(0.081*θ),cos(0.081*θ)*cos(0.080*θ)) | 225.0,3.0 | 0, 51 |
Dimension #8 | (cos(0.0311*θ)*tan(0.0311*θ)),cos(0.001*θ)*tan(0.001*θ))(cos(0.0311*θ)*tan(0.0311*θ)),cos(0.001*θ)*tan(0.001*θ)) | 225.0,3.0 | 0, 51 |
Dimension #9 | (cos(-0.7503*θ), sin(0.501*θ)) (cos(θ), sin(θ)) | 200.0, 3.0 | 0, 51 |
Dimension #10 | (cos(θ), sin(θ)) (cos(0.99*θ)*tan(0.99*θ)-sin(0.99*θ)*sin(0.99*θ), 2.0*cos(0.99*θ)*sin(0.99*θ)) | 200.0, 3.0 | 0, 51 |
Dimension #11 | (cos(θ), sin(θ)) (cos(0.01*θ)*cos(0.01*θ)-sin(-0.994*θ)*sin(-0.994*θ), 2.0*cos(0.01*θ)*sin(-0.994*θ)) | 200.0, 3.0 | 0, 51 |
Dimension #12 | (cos(0.0023*θ), sin(0.0043*θ)) (cos(θ), sin(θ)) | 300.0, 4.0 | 0, 19 |