All rights reserved. All photographs, drawings, and any and all forms of art shown on this web page are copyright by (c) g.abbey and/or (c) g.lynne
AbbeyLane Photos, a subsidiary of Halcyon Enterprises I, LLC
Disco Maths 3, originally uploaded by thegoodchild.
or (az = 0; az < 360*repeat ; az+=azStep) {
for (r = 100; r < 600; r+=10) {
x = r * (sin(ze) * cos(az));
y = r * (sin(ze) * sin(az));
z = r * (cos(ze));
aStar = new Star(x,y,z);
s.add(aStar);
}
ze += zeStep;
}
©g.abbey All Rights Reserved


