Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- primSizeX
- primSizeY
- width = primCount/2;
- height = primCount/2
- mainPrimXLocation;
- mainPrimYLocation;
- integer xPosition;
- integer yPosition;
- for (yPosition = 0; yPosition < width; yPosition++){
- for (xPosition = 0; xPosition < width; xPosition++){
- primpositionX = mainPrimXLocation + (mainPrimXLocation * xPosition);
- primpositionY = mainPrimYLocation - (mainPrimYLocation * yPosition);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement